Html Css Color HEX #099592 Dark Cyan

📋 copy color: '#099592'

red 9 ◦ green 149 ◦ blue 146

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

Shades of Dark Cyan #099592

Tints of Dark Cyan #099592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.01%

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

R = 2.96%
G = 49.01%
B = 48.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#099592 (or 0x099592) is known color: Dark Cyan. HEX triplet: 09, 95 and 92. RGB value is (9,149,146). Sum of RGB (Red+Green+Blue) = 9+149+146=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #099592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099592 is #F66A6D. Grayscale: #6A6A6A. Windows color (decimal): -16149102 or 9606409. OLE color: 9606409.

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

Color convert

RGB 9 149 146 -
CMYK 0.94 0 0.02 0.42
HSL 178.71º 0.89% 0.31% -
HSV(B) 178.71º 0.94% 0.58% -
XYZ 16.05 23.63 30.91 -
YUV 106.8 150.12 58.24 -
System Red Green Blue C M Y K H S L
Decimal 9 149 146 0.94 0 0.02 0.42 178.71 0.89 0.31
Hex 9 95 92 5E 0 2 2A B3 59 1F
Octal 11 225 222 136 0 2 52 263 131 37
Binary 1001 10010101 10010010 1011110 0 10 101010 10110011 1011001 11111

Color Harmonies of #099592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099592

Black with #099592

Text Example


Text Example

White with #099592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099592; }

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

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

background-color css

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

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

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

border-color css

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

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

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