#00908F

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

Shades of Dark Cyan #00908F

Tints of Dark Cyan #00908F

Color information

#00908F (or 0x00908F) is unknown color: approx Dark Cyan. HEX triplet: 00, 90 and 8F. RGB value is (0,144,143). Sum of RGB (Red+Green+Blue) = 0+144+143=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #00908F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00908F is #FF6F70. Grayscale: #646464. Windows color (decimal): -16740209 or 9408512. OLE color: 9408512.

HSL color Cylindrical-coordinate representation of color #00908F: hue angle of 179.58º 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 #00908F is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB0144143-
CMYK100.010.44
HSL179.58º100%28.24%-
HSV(B)179.58º100%56.47%-
XYZ14.9321.9329.43-
YUV100.83151.7956.08-

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.17%
BLUE value IS 143 (56.25% from 255) = 49.83%
R=0%
G=50.17%
B=49.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal0144143100.010.44179.5810028.24
Hex0908F64012Cb4641c
Octal0220217144015426414434
Binary0100100001000111111001000110110010110100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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