Html Css Color HEX #089187 Dark Cyan

📋 copy color: '#089187'

red 8 ◦ green 145 ◦ blue 135

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

Shades of Dark Cyan #089187

Tints of Dark Cyan #089187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.88%

R = 2.78%
G = 50.35%
B = 46.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#089187 (or 0x089187) is known color: Dark Cyan. HEX triplet: 08, 91 and 87. RGB value is (8,145,135). Sum of RGB (Red+Green+Blue) = 8+145+135=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #089187 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089187 is #F76E78. Grayscale: #666666. Windows color (decimal): -16215673 or 8884488. OLE color: 8884488.

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

Color convert

RGB 8 145 135 -
CMYK 0.94 0 0.07 0.43
HSL 175.62º 0.9% 0.3% -
HSV(B) 175.62º 0.94% 0.57% -
XYZ 14.6 22.05 26.41 -
YUV 102.9 146.11 60.31 -
System Red Green Blue C M Y K H S L
Decimal 8 145 135 0.94 0 0.07 0.43 175.62 0.9 0.3
Hex 8 91 87 5E 0 7 2B B0 5A 1E
Octal 10 221 207 136 0 7 53 260 132 36
Binary 1000 10010001 10000111 1011110 0 111 101011 10110000 1011010 11110

Color Harmonies of #089187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089187

Black with #089187

Text Example


Text Example

White with #089187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089187; }

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

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

background-color css

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

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

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

border-color css

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

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

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