Html Css Color HEX #09908A Dark Cyan

📋 copy color: '#09908A'

red 9 ◦ green 144 ◦ blue 138

#09908A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #09908A

Tints of Dark Cyan #09908A

RGB

 RED value IS 9 (3.91% from 255) = 3.09%

 GREEN value IS 144 (56.64% from 255) = 49.48%

 BLUE value IS 138 (54.3% from 255) = 47.42%

R = 3.09%
G = 49.48%
B = 47.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#09908A (or 0x09908A) is known color: Dark Cyan. HEX triplet: 09, 90 and 8A. RGB value is (9,144,138). Sum of RGB (Red+Green+Blue) = 9+144+138=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #09908A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09908A is #F66F75. Grayscale: #666666. Windows color (decimal): -16150390 or 9080841. OLE color: 9080841.

HSL color Cylindrical-coordinate representation of color #09908A: hue angle of 177.33º 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 #09908A is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 144 138 -
CMYK 0.94 0 0.04 0.44
HSL 177.33º 0.88% 0.3% -
HSV(B) 177.33º 0.94% 0.56% -
XYZ 14.67 21.84 27.49 -
YUV 102.95 147.77 60.99 -
System Red Green Blue C M Y K H S L
Decimal 9 144 138 0.94 0 0.04 0.44 177.33 0.88 0.3
Hex 9 90 8A 5E 0 4 2C B1 58 1E
Octal 11 220 212 136 0 4 54 261 130 36
Binary 1001 10010000 10001010 1011110 0 100 101100 10110001 1011000 11110

Color Harmonies of #09908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09908A

Black with #09908A

Text Example


Text Example

White with #09908A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09908A;
 }
 .AnyTagClassName
 {
   color: #09908A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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