Html Css Color HEX #089585 Dark Cyan

📋 copy color: '#089585'

red 8 ◦ green 149 ◦ blue 133

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

Shades of Dark Cyan #089585

Tints of Dark Cyan #089585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.86%

R = 2.76%
G = 51.38%
B = 45.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#089585 (or 0x089585) is known color: Dark Cyan. HEX triplet: 08, 95 and 85. RGB value is (8,149,133). Sum of RGB (Red+Green+Blue) = 8+149+133=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #089585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089585 is #F76A7A. Grayscale: #686868. Windows color (decimal): -16214651 or 8754440. OLE color: 8754440.

HSL color Cylindrical-coordinate representation of color #089585: hue angle of 173.19º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089585 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 149 133 -
CMYK 0.95 0 0.11 0.42
HSL 173.19º 0.9% 0.31% -
HSV(B) 173.19º 0.95% 0.58% -
XYZ 15.08 23.24 25.88 -
YUV 105.02 143.79 58.8 -
System Red Green Blue C M Y K H S L
Decimal 8 149 133 0.95 0 0.11 0.42 173.19 0.9 0.31
Hex 8 95 85 5F 0 B 2A AD 5A 1F
Octal 10 225 205 137 0 13 52 255 132 37
Binary 1000 10010101 10000101 1011111 0 1011 101010 10101101 1011010 11111

Color Harmonies of #089585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089585

Black with #089585

Text Example


Text Example

White with #089585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089585; }

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

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

background-color css

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

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

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

border-color css

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

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

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