#00908D

Color #00908D Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #00908D

Tints of Dark Cyan #00908D

Color information

#00908D (or 0x00908D) is unknown color: approx Dark Cyan. HEX triplet: 00, 90 and 8D. RGB value is (0,144,141). Sum of RGB (Red+Green+Blue) = 0+144+141=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #00908D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00908D is #FF6F72. Grayscale: #646464. Windows color (decimal): -16740211 or 9277440. OLE color: 9277440.

HSL color Cylindrical-coordinate representation of color #00908D: hue angle of 178.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00908D is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB0144141-
CMYK100.020.44
HSL178.75º100%28.24%-
HSV(B)178.75º100%56.47%-
XYZ14.7821.8728.64-
YUV100.6150.7956.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 144 (56.64% from 255) = 50.53%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=0%
G=50.53%
B=49.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal0144141100.020.44178.7510028.24
Hex0908D64022Cb3641c
Octal0220215144025426314434
Binary01001000010001101110010001010110010110011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00908D; }

 p { color: rgb(0,144,141); }

 H1.HeaderClassName
 {
   color: #00908D;
 }
 .AnyTagClassName
 {
   color: #00908D;
 }
</style>
background-color css

<style>
 a { background-color: #00908D; }

 a { background-color: rgb(0,144,141); }

 div.DivClassName
 {
   background-color: #00908D;
 }
 .BgClassName
 {
   background-color: #00908D;
 }
</style>
border-color css

<style>
 span { border-color: #00908D; }

 span { border-color: rgb(0,144,141); }

 td.TdClassName
 {
   border-color: #00908D;
 }
 .TagClassName
 {
   border-color: #00908D;
 }
</style>