Html Css Color HEX #099892 Dark Cyan

📋 copy color: '#099892'

red 9 ◦ green 152 ◦ blue 146

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

Shades of Dark Cyan #099892

Tints of Dark Cyan #099892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.51%

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

R = 2.93%
G = 49.51%
B = 47.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#099892 (or 0x099892) is known color: Dark Cyan. HEX triplet: 09, 98 and 92. RGB value is (9,152,146). Sum of RGB (Red+Green+Blue) = 9+152+146=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #099892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099892 is #F6676D. Grayscale: #6C6C6C. Windows color (decimal): -16148334 or 9607177. OLE color: 9607177.

HSL color Cylindrical-coordinate representation of color #099892: hue angle of 177.48º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099892 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 152 146 -
CMYK 0.94 0 0.04 0.40
HSL 177.48º 0.89% 0.32% -
HSV(B) 177.48º 0.94% 0.6% -
XYZ 16.53 24.59 31.07 -
YUV 108.56 149.12 56.99 -
System Red Green Blue C M Y K H S L
Decimal 9 152 146 0.94 0 0.04 0.40 177.48 0.89 0.32
Hex 9 98 92 5E 0 4 28 B1 59 20
Octal 11 230 222 136 0 4 50 261 131 40
Binary 1001 10011000 10010010 1011110 0 100 101000 10110001 1011001 100000

Color Harmonies of #099892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099892

Black with #099892

Text Example


Text Example

White with #099892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099892; }

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

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

background-color css

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

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

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

border-color css

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

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

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