#4DA29D

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

Shades of Cadet Blue #4DA29D

Tints of Cadet Blue #4DA29D

Color information

#4DA29D (or 0x4DA29D) is unknown color: approx Cadet Blue. HEX triplet: 4D, A2 and 9D. RGB value is (77,162,157). Sum of RGB (Red+Green+Blue) = 77+162+157=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA29D is #B25D62. Grayscale: #878787. Windows color (decimal): -11689315 or 10330701. OLE color: 10330701.

HSL color Cylindrical-coordinate representation of color #4DA29D: hue angle of 176.47º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA29D is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB77162157-
CMYK0.5200.030.36
HSL176.47º35.56%46.86%-
HSV(B)176.47º52.47%63.53%-
XYZ22.0729.8536.5-
YUV136.01139.8485.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.44%
GREEN value IS 162 (63.67% from 255) = 40.91%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=19.44%
G=40.91%
B=39.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal771621570.5200.030.36176.4735.5646.86
Hex4DA29D340324b0242f
Octal1152422356403442604457
Binary1001101101000101001110111010001110010010110000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,162,157); }

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

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

 a { background-color: rgb(77,162,157); }

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

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

 span { border-color: rgb(77,162,157); }

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