#4DACAA

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

Shades of Cadet Blue #4DACAA

Tints of Cadet Blue #4DACAA

Color information

#4DACAA (or 0x4DACAA) is unknown color: approx Cadet Blue. HEX triplet: 4D, AC and AA. RGB value is (77,172,170). Sum of RGB (Red+Green+Blue) = 77+172+170=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #4DACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DACAA is #B25355. Grayscale: #8F8F8F. Windows color (decimal): -11686742 or 11185229. OLE color: 11185229.

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

Color convert

RGB77172170-
CMYK0.5500.010.33
HSL178.74º38.15%48.82%-
HSV(B)178.74º55.23%67.45%-
XYZ25.0733.9943.27-
YUV143.37143.0380.66-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.38%
GREEN value IS 172 (67.58% from 255) = 41.05%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=18.38%
G=41.05%
B=40.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771721700.5500.010.33178.7438.1548.82
Hex4DACAA370121b32631
Octal1152542526701412634661
Binary100110110101100101010101101110110000110110011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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