#4FA59E

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

Shades of Cadet Blue #4FA59E

Tints of Cadet Blue #4FA59E

Color information

#4FA59E (or 0x4FA59E) is unknown color: approx Cadet Blue. HEX triplet: 4F, A5 and 9E. RGB value is (79,165,158). Sum of RGB (Red+Green+Blue) = 79+165+158=402 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.65% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA59E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA59E is #B05A61. Grayscale: #8A8A8A. Windows color (decimal): -11557474 or 10397007. OLE color: 10397007.

HSL color Cylindrical-coordinate representation of color #4FA59E: hue angle of 175.12º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA59E is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB79165158-
CMYK0.5200.040.35
HSL175.12º35.25%47.84%-
HSV(B)175.12º52.12%64.71%-
XYZ22.8531.0437.13-
YUV138.49139.0185.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.65%
GREEN value IS 165 (64.84% from 255) = 41.04%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=19.65%
G=41.04%
B=39.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal791651580.5200.040.35175.1235.2547.84
Hex4FA59E340423af2330
Octal1172452366404432574360
Binary10011111010010110011110110100010010001110101111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FA59E; }

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

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

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

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

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

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

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

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