Html Css Color HEX #099792 Dark Cyan

📋 copy color: '#099792'

red 9 ◦ green 151 ◦ blue 146

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

Shades of Dark Cyan #099792

Tints of Dark Cyan #099792

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.35%

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

R = 2.94%
G = 49.35%
B = 47.71%

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

#099792 (or 0x099792) is known color: Dark Cyan. HEX triplet: 09, 97 and 92. RGB value is (9,151,146). Sum of RGB (Red+Green+Blue) = 9+151+146=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #099792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099792 is #F6686D. Grayscale: #6B6B6B. Windows color (decimal): -16148590 or 9606921. OLE color: 9606921.

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

Color convert

RGB 9 151 146 -
CMYK 0.94 0 0.03 0.41
HSL 177.89º 0.89% 0.31% -
HSV(B) 177.89º 0.94% 0.59% -
XYZ 16.37 24.27 31.02 -
YUV 107.97 149.46 57.41 -
System Red Green Blue C M Y K H S L
Decimal 9 151 146 0.94 0 0.03 0.41 177.89 0.89 0.31
Hex 9 97 92 5E 0 3 29 B2 59 1F
Octal 11 227 222 136 0 3 51 262 131 37
Binary 1001 10010111 10010010 1011110 0 11 101001 10110010 1011001 11111

Color Harmonies of #099792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099792

Black with #099792

Text Example


Text Example

White with #099792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099792; }

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

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

background-color css

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

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

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

border-color css

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

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

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