Html Css Color HEX #59A59E Cadet Blue

📋 copy color: '#59A59E'

red 89 ◦ green 165 ◦ blue 158

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

Shades of Cadet Blue #59A59E

Tints of Cadet Blue #59A59E

RGB

 RED value IS 89 (35.16% from 255) = 21.6%

 GREEN value IS 165 (64.84% from 255) = 40.05%

 BLUE value IS 158 (62.11% from 255) = 38.35%

R = 21.6%
G = 40.05%
B = 38.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#59A59E (or 0x59A59E) is known color: Cadet Blue. HEX triplet: 59, A5 and 9E. RGB value is (89,165,158). Sum of RGB (Red+Green+Blue) = 89+165+158=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 165 - color contains mainly: green. Hex color #59A59E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A59E is #A65A61. Grayscale: #8D8D8D. Windows color (decimal): -10902114 or 10397017. OLE color: 10397017.

HSL color Cylindrical-coordinate representation of color #59A59E: hue angle of 174.47º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A59E is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 89 165 158 -
CMYK 0.46 0 0.04 0.35
HSL 174.47º 0.3% 0.5% -
HSV(B) 174.47º 0.46% 0.65% -
XYZ 23.75 31.5 37.18 -
YUV 141.48 137.32 90.57 -
System Red Green Blue C M Y K H S L
Decimal 89 165 158 0.46 0 0.04 0.35 174.47 0.3 0.5
Hex 59 A5 9E 2E 0 4 23 AE 1E 32
Octal 131 245 236 56 0 4 43 256 36 62
Binary 1011001 10100101 10011110 101110 0 100 100011 10101110 11110 110010

Color Harmonies of #59A59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A59E

Black with #59A59E

Text Example


Text Example

White with #59A59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59A59E; }

 p { color: rgb(89,165,158); }

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

background-color css

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

 a { background-color: rgb(89,165,158); }

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

border-color css

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

 span { border-color: rgb(89,165,158); }

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