#4DAEA2

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

Shades of Puerto Rico #4DAEA2

Tints of Puerto Rico #4DAEA2

Color information

#4DAEA2 (or 0x4DAEA2) is unknown color: approx Puerto Rico. HEX triplet: 4D, AE and A2. RGB value is (77,174,162). Sum of RGB (Red+Green+Blue) = 77+174+162=413 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.64% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAEA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAEA2 is #B2515D. Grayscale: #8F8F8F. Windows color (decimal): -11686238 or 10661453. OLE color: 10661453.

HSL color Cylindrical-coordinate representation of color #4DAEA2: hue angle of 172.58º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAEA2 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB77174162-
CMYK0.5600.070.32
HSL172.58º38.65%49.22%-
HSV(B)172.58º55.75%68.24%-
XYZ24.7234.4639.53-
YUV143.63138.3680.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.64%
GREEN value IS 174 (68.36% from 255) = 42.13%
BLUE value IS 162 (63.67% from 255) = 39.23%
R=18.64%
G=42.13%
B=39.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal771741620.5600.070.32172.5838.6549.22
Hex4DAEA2380720ad2731
Octal1152562427007402554761
Binary10011011010111010100010111000011110000010101101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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