#4FABAA

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

Shades of Cadet Blue #4FABAA

Tints of Cadet Blue #4FABAA

Color information

#4FABAA (or 0x4FABAA) is unknown color: approx Cadet Blue. HEX triplet: 4F, AB and AA. RGB value is (79,171,170). Sum of RGB (Red+Green+Blue) = 79+171+170=420 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.81% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #4FABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FABAA is #B05455. Grayscale: #8F8F8F. Windows color (decimal): -11555926 or 11184975. OLE color: 11184975.

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

Color convert

RGB79171170-
CMYK0.5400.010.33
HSL179.35º36.8%49.02%-
HSV(B)179.35º53.8%67.06%-
XYZ25.0433.6943.21-
YUV143.38143.0282.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.81%
GREEN value IS 171 (67.19% from 255) = 40.71%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=18.81%
G=40.71%
B=40.48%

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
Decimal791711700.5400.010.33179.3536.849.02
Hex4FABAA360121b32531
Octal1172532526601412634561
Binary100111110101011101010101101100110000110110011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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