Html Css Color HEX #089492 Dark Cyan

📋 copy color: '#089492'

red 8 ◦ green 148 ◦ blue 146

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

Shades of Dark Cyan #089492

Tints of Dark Cyan #089492

RGB

 RED value IS 8 (3.52% from 255) = 2.65%

 GREEN value IS 148 (58.2% from 255) = 49.01%

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

R = 2.65%
G = 49.01%
B = 48.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#089492 (or 0x089492) is known color: Dark Cyan. HEX triplet: 08, 94 and 92. RGB value is (8,148,146). Sum of RGB (Red+Green+Blue) = 8+148+146=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #089492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089492 is #F76B6D. Grayscale: #696969. Windows color (decimal): -16214894 or 9606152. OLE color: 9606152.

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

Color convert

RGB 8 148 146 -
CMYK 0.95 0 0.01 0.42
HSL 179.14º 0.9% 0.31% -
HSV(B) 179.14º 0.95% 0.58% -
XYZ 15.88 23.31 30.86 -
YUV 105.91 150.62 58.16 -
System Red Green Blue C M Y K H S L
Decimal 8 148 146 0.95 0 0.01 0.42 179.14 0.9 0.31
Hex 8 94 92 5F 0 1 2A B3 5A 1F
Octal 10 224 222 137 0 1 52 263 132 37
Binary 1000 10010100 10010010 1011111 0 1 101010 10110011 1011010 11111

Color Harmonies of #089492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089492

Black with #089492

Text Example


Text Example

White with #089492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089492; }

 p { color: rgb(8,148,146); }

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

background-color css

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

 a { background-color: rgb(8,148,146); }

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

border-color css

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

 span { border-color: rgb(8,148,146); }

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