Html Css Color HEX #089184 Dark Cyan

📋 copy color: '#089184'

red 8 ◦ green 145 ◦ blue 132

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

Shades of Dark Cyan #089184

Tints of Dark Cyan #089184

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.88%

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

R = 2.81%
G = 50.88%
B = 46.32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#089184 (or 0x089184) is known color: Dark Cyan. HEX triplet: 08, 91 and 84. RGB value is (8,145,132). Sum of RGB (Red+Green+Blue) = 8+145+132=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #089184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089184 is #F76E7B. Grayscale: #666666. Windows color (decimal): -16215676 or 8687880. OLE color: 8687880.

HSL color Cylindrical-coordinate representation of color #089184: hue angle of 174.31º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #089184 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 145 132 -
CMYK 0.94 0 0.09 0.43
HSL 174.31º 0.9% 0.3% -
HSV(B) 174.31º 0.94% 0.57% -
XYZ 14.39 21.97 25.31 -
YUV 102.56 144.61 60.56 -
System Red Green Blue C M Y K H S L
Decimal 8 145 132 0.94 0 0.09 0.43 174.31 0.9 0.3
Hex 8 91 84 5E 0 9 2B AE 5A 1E
Octal 10 221 204 136 0 11 53 256 132 36
Binary 1000 10010001 10000100 1011110 0 1001 101011 10101110 1011010 11110

Color Harmonies of #089184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089184

Black with #089184

Text Example


Text Example

White with #089184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089184; }

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

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

background-color css

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

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

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

border-color css

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

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

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