#4BAAAB

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

Shades of Cadet Blue #4BAAAB

Tints of Cadet Blue #4BAAAB

Color information

#4BAAAB (or 0x4BAAAB) is unknown color: approx Cadet Blue. HEX triplet: 4B, AA and AB. RGB value is (75,170,171). Sum of RGB (Red+Green+Blue) = 75+170+171=416 (55% of max value = 765). Red value is 75 (29.69% from 255 or 18.03% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #4BAAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAAAB is #B45554. Grayscale: #8D8D8D. Windows color (decimal): -11818325 or 11250251. OLE color: 11250251.

HSL color Cylindrical-coordinate representation of color #4BAAAB: hue angle of 180.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAAAB is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB75170171-
CMYK0.560.0100.33
HSL180.62º39.02%48.24%-
HSV(B)180.62º56.14%67.06%-
XYZ24.6333.1943.64-
YUV141.71144.5380.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.03%
GREEN value IS 170 (66.80% from 255) = 40.87%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=18.03%
G=40.87%
B=41.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751701710.560.0100.33180.6239.0248.24
Hex4BAAAB381021b52730
Octal1132522537010412654760
Binary100101110101010101010111110001010000110110101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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