Html Css Color HEX #099692 Dark Cyan

📋 copy color: '#099692'

red 9 ◦ green 150 ◦ blue 146

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

Shades of Dark Cyan #099692

Tints of Dark Cyan #099692

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

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

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

Color convert

RGB 9 150 146 -
CMYK 0.94 0 0.03 0.41
HSL 178.3º 0.89% 0.31% -
HSV(B) 178.3º 0.94% 0.59% -
XYZ 16.21 23.95 30.96 -
YUV 107.39 149.79 57.83 -
System Red Green Blue C M Y K H S L
Decimal 9 150 146 0.94 0 0.03 0.41 178.3 0.89 0.31
Hex 9 96 92 5E 0 3 29 B2 59 1F
Octal 11 226 222 136 0 3 51 262 131 37
Binary 1001 10010110 10010010 1011110 0 11 101001 10110010 1011001 11111

Color Harmonies of #099692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099692

Black with #099692

Text Example


Text Example

White with #099692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099692; }

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

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

background-color css

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

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

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

border-color css

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

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

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