#4DA1AE

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

Shades of Cadet Blue #4DA1AE

Tints of Cadet Blue #4DA1AE

Color information

#4DA1AE (or 0x4DA1AE) is unknown color: approx Cadet Blue. HEX triplet: 4D, A1 and AE. RGB value is (77,161,174). Sum of RGB (Red+Green+Blue) = 77+161+174=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #4DA1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA1AE is #B25E51. Grayscale: #898989. Windows color (decimal): -11689554 or 11444557. OLE color: 11444557.

HSL color Cylindrical-coordinate representation of color #4DA1AE: hue angle of 188.04º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DA1AE is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB77161174-
CMYK0.560.0700.32
HSL188.04º38.65%49.22%-
HSV(B)188.04º55.75%68.24%-
XYZ23.4530.1244.62-
YUV137.37148.6784.94-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.69%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=18.69%
G=39.08%
B=42.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal771611740.560.0700.32188.0438.6549.22
Hex4DA1AE387020bc2731
Octal1152412567070402744761
Binary10011011010000110101110111000111010000010111100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,161,174); }

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

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

 a { background-color: rgb(77,161,174); }

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

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

 span { border-color: rgb(77,161,174); }

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