#4DA69D

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

Shades of Cadet Blue #4DA69D

Tints of Cadet Blue #4DA69D

Color information

#4DA69D (or 0x4DA69D) is unknown color: approx Cadet Blue. HEX triplet: 4D, A6 and 9D. RGB value is (77,166,157). Sum of RGB (Red+Green+Blue) = 77+166+157=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #4DA69D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA69D is #B25962. Grayscale: #8A8A8A. Windows color (decimal): -11688291 or 10331725. OLE color: 10331725.

HSL color Cylindrical-coordinate representation of color #4DA69D: hue angle of 173.93º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA69D is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB77166157-
CMYK0.5400.050.35
HSL173.93º36.63%47.65%-
HSV(B)173.93º53.61%65.1%-
XYZ22.7831.2836.74-
YUV138.36138.5184.23-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.25%
GREEN value IS 166 (65.23% from 255) = 41.5%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=19.25%
G=41.5%
B=39.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal771661570.5400.050.35173.9336.6347.65
Hex4DA69D360523ae2530
Octal1152462356605432564560
Binary10011011010011010011101110110010110001110101110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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