#4DA0AA

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

Shades of Cadet Blue #4DA0AA

Tints of Cadet Blue #4DA0AA

Color information

#4DA0AA (or 0x4DA0AA) is unknown color: approx Cadet Blue. HEX triplet: 4D, A0 and AA. RGB value is (77,160,170). Sum of RGB (Red+Green+Blue) = 77+160+170=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #4DA0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA0AA is #B25F55. Grayscale: #888888. Windows color (decimal): -11689814 or 11182157. OLE color: 11182157.

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

Color convert

RGB77160170-
CMYK0.550.0600.33
HSL186.45º37.65%48.43%-
HSV(B)186.45º54.71%66.67%-
XYZ22.8929.6242.54-
YUV136.3214785.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.92%
GREEN value IS 160 (62.89% from 255) = 39.31%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=18.92%
G=39.31%
B=41.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771601700.550.0600.33186.4537.6548.43
Hex4DA0AA376021ba2630
Octal1152402526760412724660
Binary10011011010000010101010110111110010000110111010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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