Html Css Color HEX #59A59B Cadet Blue

📋 copy color: '#59A59B'

red 89 ◦ green 165 ◦ blue 155

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

Shades of Cadet Blue #59A59B

Tints of Cadet Blue #59A59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.9%

R = 21.76%
G = 40.34%
B = 37.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#59A59B (or 0x59A59B) is known color: Cadet Blue. HEX triplet: 59, A5 and 9B. RGB value is (89,165,155). Sum of RGB (Red+Green+Blue) = 89+165+155=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 165 - color contains mainly: green. Hex color #59A59B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A59B is #A65A64. Grayscale: #8D8D8D. Windows color (decimal): -10902117 or 10200409. OLE color: 10200409.

HSL color Cylindrical-coordinate representation of color #59A59B: hue angle of 172.11º 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 #59A59B is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 89 165 155 -
CMYK 0.46 0 0.06 0.35
HSL 172.11º 0.3% 0.5% -
HSV(B) 172.11º 0.46% 0.65% -
XYZ 23.49 31.4 35.83 -
YUV 141.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 89 165 155 0.46 0 0.06 0.35 172.11 0.3 0.5
Hex 59 A5 9B 2E 0 6 23 AC 1E 32
Octal 131 245 233 56 0 6 43 254 36 62
Binary 1011001 10100101 10011011 101110 0 110 100011 10101100 11110 110010

Color Harmonies of #59A59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A59B

Black with #59A59B

Text Example


Text Example

White with #59A59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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