#09908B

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

Shades of Dark Cyan #09908B

Tints of Dark Cyan #09908B

Color information

#09908B (or 0x09908B) is unknown color: approx Dark Cyan. HEX triplet: 09, 90 and 8B. RGB value is (9,144,139). Sum of RGB (Red+Green+Blue) = 9+144+139=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #09908B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09908B is #F66F74. Grayscale: #666666. Windows color (decimal): -16150389 or 9146377. OLE color: 9146377.

HSL color Cylindrical-coordinate representation of color #09908B: hue angle of 177.78º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09908B is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB9144139-
CMYK0.9400.030.44
HSL177.78º88.24%30%-
HSV(B)177.78º93.75%56.47%-
XYZ14.7521.8727.87-
YUV103.06148.2760.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.08%
GREEN value IS 144 (56.64% from 255) = 49.32%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=3.08%
G=49.32%
B=47.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91441390.9400.030.44177.7888.2430
Hex9908B5E032Cb2581e
Octal11220213136035426213036
Binary10011001000010001011101111001110110010110010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09908B; }

 p { color: rgb(9,144,139); }

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

<style>
 a { background-color: #09908B; }

 a { background-color: rgb(9,144,139); }

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

<style>
 span { border-color: #09908B; }

 span { border-color: rgb(9,144,139); }

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