Html Css Color HEX #089086 Dark Cyan

📋 copy color: '#089086'

red 8 ◦ green 144 ◦ blue 134

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

Shades of Dark Cyan #089086

Tints of Dark Cyan #089086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.35%

 BLUE value IS 134 (52.73% from 255) = 46.85%

R = 2.8%
G = 50.35%
B = 46.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#089086 (or 0x089086) is known color: Dark Cyan. HEX triplet: 08, 90 and 86. RGB value is (8,144,134). Sum of RGB (Red+Green+Blue) = 8+144+134=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #089086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089086 is #F76F79. Grayscale: #666666. Windows color (decimal): -16215930 or 8818696. OLE color: 8818696.

HSL color Cylindrical-coordinate representation of color #089086: hue angle of 175.59º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #089086 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 144 134 -
CMYK 0.94 0 0.07 0.44
HSL 175.59º 0.89% 0.3% -
HSV(B) 175.59º 0.94% 0.56% -
XYZ 14.38 21.72 25.99 -
YUV 102.2 145.94 60.81 -
System Red Green Blue C M Y K H S L
Decimal 8 144 134 0.94 0 0.07 0.44 175.59 0.89 0.3
Hex 8 90 86 5E 0 7 2C B0 59 1E
Octal 10 220 206 136 0 7 54 260 131 36
Binary 1000 10010000 10000110 1011110 0 111 101100 10110000 1011001 11110

Color Harmonies of #089086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089086

Black with #089086

Text Example


Text Example

White with #089086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089086; }

 p { color: rgb(8,144,134); }

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

background-color css

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

 a { background-color: rgb(8,144,134); }

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

border-color css

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

 span { border-color: rgb(8,144,134); }

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