Html Css Color HEX #099288 Dark Cyan

📋 copy color: '#099288'

red 9 ◦ green 146 ◦ blue 136

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

Shades of Dark Cyan #099288

Tints of Dark Cyan #099288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.17%

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

R = 3.09%
G = 50.17%
B = 46.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#099288 (or 0x099288) is known color: Dark Cyan. HEX triplet: 09, 92 and 88. RGB value is (9,146,136). Sum of RGB (Red+Green+Blue) = 9+146+136=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #099288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099288 is #F66D77. Grayscale: #676767. Windows color (decimal): -16149880 or 8950281. OLE color: 8950281.

HSL color Cylindrical-coordinate representation of color #099288: hue angle of 175.62º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099288 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 146 136 -
CMYK 0.94 0 0.07 0.43
HSL 175.62º 0.88% 0.3% -
HSV(B) 175.62º 0.94% 0.57% -
XYZ 14.84 22.39 26.83 -
YUV 103.9 146.11 60.31 -
System Red Green Blue C M Y K H S L
Decimal 9 146 136 0.94 0 0.07 0.43 175.62 0.88 0.3
Hex 9 92 88 5E 0 7 2B B0 58 1E
Octal 11 222 210 136 0 7 53 260 130 36
Binary 1001 10010010 10001000 1011110 0 111 101011 10110000 1011000 11110

Color Harmonies of #099288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099288

Black with #099288

Text Example


Text Example

White with #099288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099288; }

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

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

background-color css

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

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

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

border-color css

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

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

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