#5FA59F

Color #5FA59F Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #5FA59F

Tints of Cadet Blue #5FA59F

Color information

#5FA59F (or 0x5FA59F) is unknown color: approx Cadet Blue. HEX triplet: 5F, A5 and 9F. RGB value is (95,165,159). Sum of RGB (Red+Green+Blue) = 95+165+159=419 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.67% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA59F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA59F is #A05A60. Grayscale: #8F8F8F. Windows color (decimal): -10508897 or 10462559. OLE color: 10462559.

HSL color Cylindrical-coordinate representation of color #5FA59F: hue angle of 174.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA59F is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB95165159-
CMYK0.4200.040.35
HSL174.86º28%50.98%-
HSV(B)174.86º42.42%64.71%-
XYZ24.4331.8537.66-
YUV143.39136.8193.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.67%
GREEN value IS 165 (64.84% from 255) = 39.38%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=22.67%
G=39.38%
B=37.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal951651590.4200.040.35174.862850.98
Hex5FA59F2A0423af1c33
Octal1372452375204432573463
Binary1011111101001011001111110101001001000111010111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FA59F; }

 p { color: rgb(95,165,159); }

 H1.HeaderClassName
 {
   color: #5FA59F;
 }
 .AnyTagClassName
 {
   color: #5FA59F;
 }
</style>
background-color css

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

 a { background-color: rgb(95,165,159); }

 div.DivClassName
 {
   background-color: #5FA59F;
 }
 .BgClassName
 {
   background-color: #5FA59F;
 }
</style>
border-color css

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

 span { border-color: rgb(95,165,159); }

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