#4DA19B

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

Shades of Cadet Blue #4DA19B

Tints of Cadet Blue #4DA19B

Color information

#4DA19B (or 0x4DA19B) is unknown color: approx Cadet Blue. HEX triplet: 4D, A1 and 9B. RGB value is (77,161,155). Sum of RGB (Red+Green+Blue) = 77+161+155=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA19B is #B25E64. Grayscale: #878787. Windows color (decimal): -11689573 or 10199373. OLE color: 10199373.

HSL color Cylindrical-coordinate representation of color #4DA19B: hue angle of 175.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA19B is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB77161155-
CMYK0.5200.040.37
HSL175.71º35.29%46.67%-
HSV(B)175.71º52.17%63.14%-
XYZ21.7229.4335.55-
YUV135.2139.1786.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.59%
GREEN value IS 161 (63.28% from 255) = 40.97%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=19.59%
G=40.97%
B=39.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal771611550.5200.040.37175.7135.2946.67
Hex4DA19B340425b0232f
Octal1152412336404452604357
Binary10011011010000110011011110100010010010110110000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,161,155); }

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

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

 a { background-color: rgb(77,161,155); }

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

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

 span { border-color: rgb(77,161,155); }

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