#4FAAA8

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

Shades of Cadet Blue #4FAAA8

Tints of Cadet Blue #4FAAA8

Color information

#4FAAA8 (or 0x4FAAA8) is unknown color: approx Cadet Blue. HEX triplet: 4F, AA and A8. RGB value is (79,170,168). Sum of RGB (Red+Green+Blue) = 79+170+168=417 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.94% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAAA8 is #B05557. Grayscale: #8E8E8E. Windows color (decimal): -11556184 or 11053647. OLE color: 11053647.

HSL color Cylindrical-coordinate representation of color #4FAAA8: hue angle of 178.68º 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 #4FAAA8 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB79170168-
CMYK0.5400.010.33
HSL178.68º36.55%48.82%-
HSV(B)178.68º53.53%66.67%-
XYZ24.6733.2442.16-
YUV142.56142.3582.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.94%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 168 (66.02% from 255) = 40.29%
R=18.94%
G=40.77%
B=40.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791701680.5400.010.33178.6836.5548.82
Hex4FAAA8360121b32531
Octal1172522506601412634561
Binary100111110101010101010001101100110000110110011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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