Html Css Color HEX #09988A Dark Cyan

📋 copy color: '#09988A'

red 9 ◦ green 152 ◦ blue 138

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

Shades of Dark Cyan #09988A

Tints of Dark Cyan #09988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.84%

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

R = 3.01%
G = 50.84%
B = 46.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#09988A (or 0x09988A) is known color: Dark Cyan. HEX triplet: 09, 98 and 8A. RGB value is (9,152,138). Sum of RGB (Red+Green+Blue) = 9+152+138=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #09988A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09988A is #F66775. Grayscale: #6B6B6B. Windows color (decimal): -16148342 or 9082889. OLE color: 9082889.

HSL color Cylindrical-coordinate representation of color #09988A: hue angle of 174.13º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09988A is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 152 138 -
CMYK 0.94 0 0.09 0.40
HSL 174.13º 0.89% 0.32% -
HSV(B) 174.13º 0.94% 0.6% -
XYZ 15.93 24.35 27.91 -
YUV 107.65 145.12 57.64 -
System Red Green Blue C M Y K H S L
Decimal 9 152 138 0.94 0 0.09 0.40 174.13 0.89 0.32
Hex 9 98 8A 5E 0 9 28 AE 59 20
Octal 11 230 212 136 0 11 50 256 131 40
Binary 1001 10011000 10001010 1011110 0 1001 101000 10101110 1011001 100000

Color Harmonies of #09988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09988A

Black with #09988A

Text Example


Text Example

White with #09988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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