#4FABAB

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

Shades of Cadet Blue #4FABAB

Tints of Cadet Blue #4FABAB

Color information

#4FABAB (or 0x4FABAB) is unknown color: approx Cadet Blue. HEX triplet: 4F, AB and AB. RGB value is (79,171,171). Sum of RGB (Red+Green+Blue) = 79+171+171=421 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.76% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #4FABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FABAB is #B05454. Grayscale: #8F8F8F. Windows color (decimal): -11555925 or 11250511. OLE color: 11250511.

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

Color convert

RGB79171171-
CMYK0.54000.33
HSL180º36.8%49.02%-
HSV(B)180º53.8%67.06%-
XYZ25.1433.7343.71-
YUV143.49143.5282-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.76%
GREEN value IS 171 (67.19% from 255) = 40.62%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=18.76%
G=40.62%
B=40.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal791711710.54000.3318036.849.02
Hex4FABAB360021b42531
Octal1172532536600412644561
Binary100111110101011101010111101100010000110110100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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