Html Css Color HEX #09888F Dark Cyan

📋 copy color: '#09888F'

red 9 ◦ green 136 ◦ blue 143

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

Shades of Dark Cyan #09888F

Tints of Dark Cyan #09888F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.22%

 BLUE value IS 143 (56.25% from 255) = 49.65%

R = 3.13%
G = 47.22%
B = 49.65%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09888F (or 0x09888F) is known color: Dark Cyan. HEX triplet: 09, 88 and 8F. RGB value is (9,136,143). Sum of RGB (Red+Green+Blue) = 9+136+143=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #09888F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09888F is #F67770. Grayscale: #626262. Windows color (decimal): -16152433 or 9406473. OLE color: 9406473.

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

Color convert

RGB 9 136 143 -
CMYK 0.94 0.05 0 0.44
HSL 183.13º 0.88% 0.3% -
HSV(B) 183.13º 0.94% 0.56% -
XYZ 13.87 19.65 29.05 -
YUV 98.83 152.92 63.93 -
System Red Green Blue C M Y K H S L
Decimal 9 136 143 0.94 0.05 0 0.44 183.13 0.88 0.3
Hex 9 88 8F 5E 5 0 2C B7 58 1E
Octal 11 210 217 136 5 0 54 267 130 36
Binary 1001 10001000 10001111 1011110 101 0 101100 10110111 1011000 11110

Color Harmonies of #09888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09888F

Black with #09888F

Text Example


Text Example

White with #09888F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,136,143); }

 H1.HeaderClassName
 {
   color: #09888F;
 }
 .AnyTagClassName
 {
   color: #09888F;
 }
</style>

background-color css

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

 a { background-color: rgb(9,136,143); }

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

border-color css

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

 span { border-color: rgb(9,136,143); }

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