#4DABA6

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

Shades of Cadet Blue #4DABA6

Tints of Cadet Blue #4DABA6

Color information

#4DABA6 (or 0x4DABA6) is unknown color: approx Cadet Blue. HEX triplet: 4D, AB and A6. RGB value is (77,171,166). Sum of RGB (Red+Green+Blue) = 77+171+166=414 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.60% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #4DABA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DABA6 is #B25459. Grayscale: #8E8E8E. Windows color (decimal): -11687002 or 10922829. OLE color: 10922829.

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

Color convert

RGB77171166-
CMYK0.5500.030.33
HSL176.81º37.9%48.63%-
HSV(B)176.81º54.97%67.06%-
XYZ24.5133.4641.24-
YUV142.32141.3681.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.60%
GREEN value IS 171 (67.19% from 255) = 41.30%
BLUE value IS 166 (65.23% from 255) = 40.10%
R=18.60%
G=41.30%
B=40.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771711660.5500.030.33176.8137.948.63
Hex4DABA6370321b12631
Octal1152532466703412614661
Binary1001101101010111010011011011101110000110110001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,171,166); }

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

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

 a { background-color: rgb(77,171,166); }

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

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

 span { border-color: rgb(77,171,166); }

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