Html Css Color HEX #089189 Dark Cyan

📋 copy color: '#089189'

red 8 ◦ green 145 ◦ blue 137

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

Shades of Dark Cyan #089189

Tints of Dark Cyan #089189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.24%

R = 2.76%
G = 50%
B = 47.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#089189 (or 0x089189) is known color: Dark Cyan. HEX triplet: 08, 91 and 89. RGB value is (8,145,137). Sum of RGB (Red+Green+Blue) = 8+145+137=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #089189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089189 is #F76E76. Grayscale: #676767. Windows color (decimal): -16215671 or 9015560. OLE color: 9015560.

HSL color Cylindrical-coordinate representation of color #089189: hue angle of 176.5º 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 #089189 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 145 137 -
CMYK 0.94 0 0.06 0.43
HSL 176.5º 0.9% 0.3% -
HSV(B) 176.5º 0.94% 0.57% -
XYZ 14.74 22.11 27.16 -
YUV 103.13 147.11 60.15 -
System Red Green Blue C M Y K H S L
Decimal 8 145 137 0.94 0 0.06 0.43 176.5 0.9 0.3
Hex 8 91 89 5E 0 6 2B B0 5A 1E
Octal 10 221 211 136 0 6 53 260 132 36
Binary 1000 10010001 10001001 1011110 0 110 101011 10110000 1011010 11110

Color Harmonies of #089189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089189

Black with #089189

Text Example


Text Example

White with #089189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089189; }

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

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

background-color css

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

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

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

border-color css

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

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

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