Html Css Color HEX #089084 Dark Cyan

📋 copy color: '#089084'

red 8 ◦ green 144 ◦ blue 132

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

Shades of Dark Cyan #089084

Tints of Dark Cyan #089084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.7%

 BLUE value IS 132 (51.95% from 255) = 46.48%

R = 2.82%
G = 50.7%
B = 46.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#089084 (or 0x089084) is known color: Dark Cyan. HEX triplet: 08, 90 and 84. RGB value is (8,144,132). Sum of RGB (Red+Green+Blue) = 8+144+132=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #089084 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089084 is #F76F7B. Grayscale: #656565. Windows color (decimal): -16215932 or 8687624. OLE color: 8687624.

HSL color Cylindrical-coordinate representation of color #089084: hue angle of 174.71º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #089084 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 144 132 -
CMYK 0.94 0 0.08 0.44
HSL 174.71º 0.89% 0.3% -
HSV(B) 174.71º 0.94% 0.56% -
XYZ 14.24 21.66 25.26 -
YUV 101.97 144.94 60.98 -
System Red Green Blue C M Y K H S L
Decimal 8 144 132 0.94 0 0.08 0.44 174.71 0.89 0.3
Hex 8 90 84 5E 0 8 2C AF 59 1E
Octal 10 220 204 136 0 10 54 257 131 36
Binary 1000 10010000 10000100 1011110 0 1000 101100 10101111 1011001 11110

Color Harmonies of #089084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089084

Black with #089084

Text Example


Text Example

White with #089084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089084; }

 p { color: rgb(8,144,132); }

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

background-color css

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

 a { background-color: rgb(8,144,132); }

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

border-color css

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

 span { border-color: rgb(8,144,132); }

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