Html Css Color HEX #089590 Dark Cyan

📋 copy color: '#089590'

red 8 ◦ green 149 ◦ blue 144

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

Shades of Dark Cyan #089590

Tints of Dark Cyan #089590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.84%

R = 2.66%
G = 49.5%
B = 47.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#089590 (or 0x089590) is known color: Dark Cyan. HEX triplet: 08, 95 and 90. RGB value is (8,149,144). Sum of RGB (Red+Green+Blue) = 8+149+144=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #089590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089590 is #F76A6F. Grayscale: #6A6A6A. Windows color (decimal): -16214640 or 9475336. OLE color: 9475336.

HSL color Cylindrical-coordinate representation of color #089590: hue angle of 177.87º 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 #089590 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 149 144 -
CMYK 0.95 0 0.03 0.42
HSL 177.87º 0.9% 0.31% -
HSV(B) 177.87º 0.95% 0.58% -
XYZ 15.88 23.56 30.1 -
YUV 106.27 149.29 57.91 -
System Red Green Blue C M Y K H S L
Decimal 8 149 144 0.95 0 0.03 0.42 177.87 0.9 0.31
Hex 8 95 90 5F 0 3 2A B2 5A 1F
Octal 10 225 220 137 0 3 52 262 132 37
Binary 1000 10010101 10010000 1011111 0 11 101010 10110010 1011010 11111

Color Harmonies of #089590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089590

Black with #089590

Text Example


Text Example

White with #089590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089590; }

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

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

background-color css

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

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

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

border-color css

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

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

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