Html Css Color HEX #089584 Dark Cyan

📋 copy color: '#089584'

red 8 ◦ green 149 ◦ blue 132

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

Shades of Dark Cyan #089584

Tints of Dark Cyan #089584

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.56%

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

R = 2.77%
G = 51.56%
B = 45.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#089584 (or 0x089584) is known color: Dark Cyan. HEX triplet: 08, 95 and 84. RGB value is (8,149,132). Sum of RGB (Red+Green+Blue) = 8+149+132=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #089584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089584 is #F76A7B. Grayscale: #686868. Windows color (decimal): -16214652 or 8688904. OLE color: 8688904.

HSL color Cylindrical-coordinate representation of color #089584: hue angle of 172.77º 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 #089584 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 149 132 -
CMYK 0.95 0 0.11 0.42
HSL 172.77º 0.9% 0.31% -
HSV(B) 172.77º 0.95% 0.58% -
XYZ 15.01 23.21 25.52 -
YUV 104.9 143.29 58.88 -
System Red Green Blue C M Y K H S L
Decimal 8 149 132 0.95 0 0.11 0.42 172.77 0.9 0.31
Hex 8 95 84 5F 0 B 2A AD 5A 1F
Octal 10 225 204 137 0 13 52 255 132 37
Binary 1000 10010101 10000100 1011111 0 1011 101010 10101101 1011010 11111

Color Harmonies of #089584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089584

Black with #089584

Text Example


Text Example

White with #089584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089584; }

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

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

background-color css

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

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

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

border-color css

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

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

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