#4FAAAA

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

Shades of Cadet Blue #4FAAAA

Tints of Cadet Blue #4FAAAA

Color information

#4FAAAA (or 0x4FAAAA) is unknown color: approx Cadet Blue. HEX triplet: 4F, AA and AA. RGB value is (79,170,170). Sum of RGB (Red+Green+Blue) = 79+170+170=419 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.85% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #4FAAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAAAA is #B05555. Grayscale: #8E8E8E. Windows color (decimal): -11556182 or 11184719. OLE color: 11184719.

HSL color Cylindrical-coordinate representation of color #4FAAAA: hue angle of 180º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAAAA is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB79170170-
CMYK0.54000.33
HSL180º36.55%48.82%-
HSV(B)180º53.53%66.67%-
XYZ24.8533.3143.15-
YUV142.79143.3582.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.85%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=18.85%
G=40.57%
B=40.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791701700.54000.3318036.5548.82
Hex4FAAAA360021b42531
Octal1172522526600412644561
Binary100111110101010101010101101100010000110110100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,170,170); }

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

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

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

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

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

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

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