Html Css Color HEX #089599 Dark Cyan

📋 copy color: '#089599'

red 8 ◦ green 149 ◦ blue 153

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

Shades of Dark Cyan #089599

Tints of Dark Cyan #089599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.06%

 BLUE value IS 153 (60.16% from 255) = 49.35%

R = 2.58%
G = 48.06%
B = 49.35%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#089599 (or 0x089599) is known color: Dark Cyan. HEX triplet: 08, 95 and 99. RGB value is (8,149,153). Sum of RGB (Red+Green+Blue) = 8+149+153=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #089599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089599 is #F76A66. Grayscale: #6B6B6B. Windows color (decimal): -16214631 or 10065160. OLE color: 10065160.

HSL color Cylindrical-coordinate representation of color #089599: hue angle of 181.66º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089599 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 149 153 -
CMYK 0.95 0.03 0 0.4
HSL 181.66º 0.9% 0.32% -
HSV(B) 181.66º 0.95% 0.6% -
XYZ 16.6 23.85 33.87 -
YUV 107.3 153.79 57.17 -
System Red Green Blue C M Y K H S L
Decimal 8 149 153 0.95 0.03 0 0.4 181.66 0.9 0.32
Hex 8 95 99 5F 3 0 28 B6 5A 20
Octal 10 225 231 137 3 0 50 266 132 40
Binary 1000 10010101 10011001 1011111 11 0 101000 10110110 1011010 100000

Color Harmonies of #089599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089599

Black with #089599

Text Example


Text Example

White with #089599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089599; }

 p { color: rgb(8,149,153); }

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

background-color css

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

 a { background-color: rgb(8,149,153); }

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

border-color css

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

 span { border-color: rgb(8,149,153); }

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