#4CAAA6

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

Shades of Cadet Blue #4CAAA6

Tints of Cadet Blue #4CAAA6

Color information

#4CAAA6 (or 0x4CAAA6) is unknown color: approx Cadet Blue. HEX triplet: 4C, AA and A6. RGB value is (76,170,166). Sum of RGB (Red+Green+Blue) = 76+170+166=412 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.45% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAAA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAAA6 is #B35559. Grayscale: #8D8D8D. Windows color (decimal): -11752794 or 10922572. OLE color: 10922572.

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

Color convert

RGB76170166-
CMYK0.5500.020.33
HSL177.45º38.21%48.24%-
HSV(B)177.45º55.29%66.67%-
XYZ24.2433.0441.18-
YUV141.44141.8681.33-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.45%
GREEN value IS 170 (66.80% from 255) = 41.26%
BLUE value IS 166 (65.23% from 255) = 40.29%
R=18.45%
G=41.26%
B=40.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761701660.5500.020.33177.4538.2148.24
Hex4CAAA6370221b12630
Octal1142522466702412614660
Binary1001100101010101010011011011101010000110110001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,170,166); }

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

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

 a { background-color: rgb(76,170,166); }

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

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

 span { border-color: rgb(76,170,166); }

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