Html Css Color HEX #099888 Dark Cyan

📋 copy color: '#099888'

red 9 ◦ green 152 ◦ blue 136

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

Shades of Dark Cyan #099888

Tints of Dark Cyan #099888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.79%

R = 3.03%
G = 51.18%
B = 45.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#099888 (or 0x099888) is known color: Dark Cyan. HEX triplet: 09, 98 and 88. RGB value is (9,152,136). Sum of RGB (Red+Green+Blue) = 9+152+136=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #099888 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099888 is #F66777. Grayscale: #6B6B6B. Windows color (decimal): -16148344 or 8951817. OLE color: 8951817.

HSL color Cylindrical-coordinate representation of color #099888: hue angle of 173.29º 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 #099888 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 152 136 -
CMYK 0.94 0 0.11 0.40
HSL 173.29º 0.89% 0.32% -
HSV(B) 173.29º 0.94% 0.6% -
XYZ 15.78 24.29 27.15 -
YUV 107.42 144.12 57.8 -
System Red Green Blue C M Y K H S L
Decimal 9 152 136 0.94 0 0.11 0.40 173.29 0.89 0.32
Hex 9 98 88 5E 0 B 28 AD 59 20
Octal 11 230 210 136 0 13 50 255 131 40
Binary 1001 10011000 10001000 1011110 0 1011 101000 10101101 1011001 100000

Color Harmonies of #099888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099888

Black with #099888

Text Example


Text Example

White with #099888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099888; }

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

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

background-color css

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

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

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

border-color css

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

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

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