Html Css Color HEX #089792 Dark Cyan

📋 copy color: '#089792'

red 8 ◦ green 151 ◦ blue 146

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

Shades of Dark Cyan #089792

Tints of Dark Cyan #089792

RGB

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

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

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

R = 2.62%
G = 49.51%
B = 47.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#089792 (or 0x089792) is known color: Dark Cyan. HEX triplet: 08, 97 and 92. RGB value is (8,151,146). Sum of RGB (Red+Green+Blue) = 8+151+146=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #089792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089792 is #F7686D. Grayscale: #6B6B6B. Windows color (decimal): -16214126 or 9606920. OLE color: 9606920.

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

Color convert

RGB 8 151 146 -
CMYK 0.95 0 0.03 0.41
HSL 177.9º 0.9% 0.31% -
HSV(B) 177.9º 0.95% 0.59% -
XYZ 16.36 24.26 31.01 -
YUV 107.67 149.62 56.91 -
System Red Green Blue C M Y K H S L
Decimal 8 151 146 0.95 0 0.03 0.41 177.9 0.9 0.31
Hex 8 97 92 5F 0 3 29 B2 5A 1F
Octal 10 227 222 137 0 3 51 262 132 37
Binary 1000 10010111 10010010 1011111 0 11 101001 10110010 1011010 11111

Color Harmonies of #089792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089792

Black with #089792

Text Example


Text Example

White with #089792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089792; }

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

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

background-color css

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

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

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

border-color css

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

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

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