#4DCAA5

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

Shades of Puerto Rico #4DCAA5

Tints of Puerto Rico #4DCAA5

Color information

#4DCAA5 (or 0x4DCAA5) is unknown color: approx Puerto Rico. HEX triplet: 4D, CA and A5. RGB value is (77,202,165). Sum of RGB (Red+Green+Blue) = 77+202+165=444 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.34% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCAA5 is #B2355A. Grayscale: #A0A0A0. Windows color (decimal): -11679067 or 10865229. OLE color: 10865229.

HSL color Cylindrical-coordinate representation of color #4DCAA5: hue angle of 162.24º 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 #4DCAA5 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB77202165-
CMYK0.6200.180.21
HSL162.24º54.11%54.71%-
HSV(B)162.24º61.88%79.22%-
XYZ30.9746.5442.95-
YUV160.41130.5968.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.34%
GREEN value IS 202 (79.30% from 255) = 45.50%
BLUE value IS 165 (64.84% from 255) = 37.16%
R=17.34%
G=45.50%
B=37.16%

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
Decimal772021650.6200.180.21162.2454.1154.71
Hex4DCAA53E01215a23637
Octal11531224576022252426667
Binary100110111001010101001011111100100101010110100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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