Html Css Color HEX #088589 Dark Cyan

📋 copy color: '#088589'

red 8 ◦ green 133 ◦ blue 137

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

Shades of Dark Cyan #088589

Tints of Dark Cyan #088589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.84%

 BLUE value IS 137 (53.91% from 255) = 49.28%

R = 2.88%
G = 47.84%
B = 49.28%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#088589 (or 0x088589) is known color: Dark Cyan. HEX triplet: 08, 85 and 89. RGB value is (8,133,137). Sum of RGB (Red+Green+Blue) = 8+133+137=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #088589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088589 is #F77A76. Grayscale: #5F5F5F. Windows color (decimal): -16218743 or 9012488. OLE color: 9012488.

HSL color Cylindrical-coordinate representation of color #088589: hue angle of 181.86º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088589 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 133 137 -
CMYK 0.94 0.03 0 0.46
HSL 181.86º 0.89% 0.28% -
HSV(B) 181.86º 0.94% 0.54% -
XYZ 13 18.63 26.58 -
YUV 96.08 151.09 65.17 -
System Red Green Blue C M Y K H S L
Decimal 8 133 137 0.94 0.03 0 0.46 181.86 0.89 0.28
Hex 8 85 89 5E 3 0 2E B6 59 1C
Octal 10 205 211 136 3 0 56 266 131 34
Binary 1000 10000101 10001001 1011110 11 0 101110 10110110 1011001 11100

Color Harmonies of #088589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088589

Black with #088589

Text Example


Text Example

White with #088589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088589; }

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

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

background-color css

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

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

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

border-color css

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

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

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