#4DA99D

Color #4DA99D Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #4DA99D

Tints of Puerto Rico #4DA99D

Color information

#4DA99D (or 0x4DA99D) is unknown color: approx Puerto Rico. HEX triplet: 4D, A9 and 9D. RGB value is (77,169,157). Sum of RGB (Red+Green+Blue) = 77+169+157=403 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.11% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA99D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA99D is #B25662. Grayscale: #8C8C8C. Windows color (decimal): -11687523 or 10332493. OLE color: 10332493.

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

Color convert

RGB77169157-
CMYK0.5400.070.34
HSL172.17º37.4%48.24%-
HSV(B)172.17º54.44%66.27%-
XYZ23.3332.3936.92-
YUV140.12137.5282.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.11%
GREEN value IS 169 (66.41% from 255) = 41.94%
BLUE value IS 157 (61.72% from 255) = 38.96%
R=19.11%
G=41.94%
B=38.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal771691570.5400.070.34172.1737.448.24
Hex4DA99D360722ac2530
Octal1152512356607422544560
Binary10011011010100110011101110110011110001010101100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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