Html Css Color HEX #099296 Dark Cyan

📋 copy color: '#099296'

red 9 ◦ green 146 ◦ blue 150

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

Shades of Dark Cyan #099296

Tints of Dark Cyan #099296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 49.18%

R = 2.95%
G = 47.87%
B = 49.18%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#099296 (or 0x099296) is known color: Dark Cyan. HEX triplet: 09, 92 and 96. RGB value is (9,146,150). Sum of RGB (Red+Green+Blue) = 9+146+150=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #099296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099296 is #F66D69. Grayscale: #696969. Windows color (decimal): -16149866 or 9867785. OLE color: 9867785.

HSL color Cylindrical-coordinate representation of color #099296: hue angle of 181.7º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099296 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 146 150 -
CMYK 0.94 0.03 0 0.41
HSL 181.7º 0.89% 0.31% -
HSV(B) 181.7º 0.94% 0.59% -
XYZ 15.9 22.82 32.42 -
YUV 105.49 153.11 59.17 -
System Red Green Blue C M Y K H S L
Decimal 9 146 150 0.94 0.03 0 0.41 181.7 0.89 0.31
Hex 9 92 96 5E 3 0 29 B6 59 1F
Octal 11 222 226 136 3 0 51 266 131 37
Binary 1001 10010010 10010110 1011110 11 0 101001 10110110 1011001 11111

Color Harmonies of #099296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099296

Black with #099296

Text Example


Text Example

White with #099296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099296; }

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

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

background-color css

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

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

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

border-color css

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

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

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