Html Css Color HEX #089188 Dark Cyan

📋 copy color: '#089188'

red 8 ◦ green 145 ◦ blue 136

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

Shades of Dark Cyan #089188

Tints of Dark Cyan #089188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.06%

R = 2.77%
G = 50.17%
B = 47.06%

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

#089188 (or 0x089188) is known color: Dark Cyan. HEX triplet: 08, 91 and 88. RGB value is (8,145,136). Sum of RGB (Red+Green+Blue) = 8+145+136=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #089188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089188 is #F76E77. Grayscale: #666666. Windows color (decimal): -16215672 or 8950024. OLE color: 8950024.

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

Color convert

RGB 8 145 136 -
CMYK 0.94 0 0.06 0.43
HSL 176.06º 0.9% 0.3% -
HSV(B) 176.06º 0.94% 0.57% -
XYZ 14.67 22.08 26.78 -
YUV 103.01 146.61 60.23 -
System Red Green Blue C M Y K H S L
Decimal 8 145 136 0.94 0 0.06 0.43 176.06 0.9 0.3
Hex 8 91 88 5E 0 6 2B B0 5A 1E
Octal 10 221 210 136 0 6 53 260 132 36
Binary 1000 10010001 10001000 1011110 0 110 101011 10110000 1011010 11110

Color Harmonies of #089188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089188

Black with #089188

Text Example


Text Example

White with #089188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089188; }

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

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

background-color css

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

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

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

border-color css

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

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

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