#4CA9A1

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

Shades of Cadet Blue #4CA9A1

Tints of Cadet Blue #4CA9A1

Color information

#4CA9A1 (or 0x4CA9A1) is unknown color: approx Cadet Blue. HEX triplet: 4C, A9 and A1. RGB value is (76,169,161). Sum of RGB (Red+Green+Blue) = 76+169+161=406 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.72% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #4CA9A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA9A1 is #B3565E. Grayscale: #8C8C8C. Windows color (decimal): -11753055 or 10594636. OLE color: 10594636.

HSL color Cylindrical-coordinate representation of color #4CA9A1: hue angle of 174.84º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CA9A1 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB76169161-
CMYK0.5500.050.34
HSL174.84º37.96%48.04%-
HSV(B)174.84º55.03%66.27%-
XYZ23.632.4938.74-
YUV140.28139.6982.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.72%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 161 (63.28% from 255) = 39.66%
R=18.72%
G=41.63%
B=39.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal761691610.5500.050.34174.8437.9648.04
Hex4CA9A1370522af2630
Octal1142512416705422574660
Binary10011001010100110100001110111010110001010101111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,169,161); }

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

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

 a { background-color: rgb(76,169,161); }

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

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

 span { border-color: rgb(76,169,161); }

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