#4DCAA6

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

Shades of Puerto Rico #4DCAA6

Tints of Puerto Rico #4DCAA6

Color information

#4DCAA6 (or 0x4DCAA6) is unknown color: approx Puerto Rico. HEX triplet: 4D, CA and A6. RGB value is (77,202,166). Sum of RGB (Red+Green+Blue) = 77+202+166=445 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.30% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCAA6 is #B23559. Grayscale: #A0A0A0. Windows color (decimal): -11679066 or 10930765. OLE color: 10930765.

HSL color Cylindrical-coordinate representation of color #4DCAA6: hue angle of 162.72º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCAA6 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB77202166-
CMYK0.6200.180.21
HSL162.72º54.11%54.71%-
HSV(B)162.72º61.88%79.22%-
XYZ31.0646.5743.43-
YUV160.52131.0968.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.30%
GREEN value IS 202 (79.30% from 255) = 45.39%
BLUE value IS 166 (65.23% from 255) = 37.30%
R=17.30%
G=45.39%
B=37.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal772021660.6200.180.21162.7254.1154.71
Hex4DCAA63E01215a33637
Octal11531224676022252436667
Binary100110111001010101001101111100100101010110100011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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