#4DACA8

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

Shades of Cadet Blue #4DACA8

Tints of Cadet Blue #4DACA8

Color information

#4DACA8 (or 0x4DACA8) is unknown color: approx Cadet Blue. HEX triplet: 4D, AC and A8. RGB value is (77,172,168). Sum of RGB (Red+Green+Blue) = 77+172+168=417 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.47% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #4DACA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DACA8 is #B25357. Grayscale: #8F8F8F. Windows color (decimal): -11686744 or 11054157. OLE color: 11054157.

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

Color convert

RGB77172168-
CMYK0.5500.020.33
HSL177.47º38.15%48.82%-
HSV(B)177.47º55.23%67.45%-
XYZ24.8833.9142.28-
YUV143.14142.0380.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.47%
GREEN value IS 172 (67.58% from 255) = 41.25%
BLUE value IS 168 (66.02% from 255) = 40.29%
R=18.47%
G=41.25%
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
Decimal771721680.5500.020.33177.4738.1548.82
Hex4DACA8370221b12631
Octal1152542506702412614661
Binary1001101101011001010100011011101010000110110001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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