#4BABAA

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

Shades of Cadet Blue #4BABAA

Tints of Cadet Blue #4BABAA

Color information

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

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

Color convert

RGB75171170-
CMYK0.5600.010.33
HSL179.38º39.02%48.24%-
HSV(B)179.38º56.14%67.06%-
XYZ24.7233.5243.2-
YUV142.18143.780.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751711700.5600.010.33179.3839.0248.24
Hex4BABAA380121b32730
Octal1132532527001412634760
Binary100101110101011101010101110000110000110110011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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