#4DA1AA

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

Shades of Cadet Blue #4DA1AA

Tints of Cadet Blue #4DA1AA

Color information

#4DA1AA (or 0x4DA1AA) is unknown color: approx Cadet Blue. HEX triplet: 4D, A1 and AA. RGB value is (77,161,170). Sum of RGB (Red+Green+Blue) = 77+161+170=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #4DA1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA1AA is #B25E55. Grayscale: #888888. Windows color (decimal): -11689558 or 11182413. OLE color: 11182413.

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

Color convert

RGB77161170-
CMYK0.550.0500.33
HSL185.81º37.65%48.43%-
HSV(B)185.81º54.71%66.67%-
XYZ23.0629.9742.6-
YUV136.91146.6785.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.87%
GREEN value IS 161 (63.28% from 255) = 39.46%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=18.87%
G=39.46%
B=41.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771611700.550.0500.33185.8137.6548.43
Hex4DA1AA375021ba2630
Octal1152412526750412724660
Binary10011011010000110101010110111101010000110111010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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