#4DCAA4

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

Shades of Puerto Rico #4DCAA4

Tints of Puerto Rico #4DCAA4

Color information

#4DCAA4 (or 0x4DCAA4) is unknown color: approx Puerto Rico. HEX triplet: 4D, CA and A4. RGB value is (77,202,164). Sum of RGB (Red+Green+Blue) = 77+202+164=443 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.38% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCAA4 is #B2355B. Grayscale: #A0A0A0. Windows color (decimal): -11679068 or 10799693. OLE color: 10799693.

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

Color convert

RGB77202164-
CMYK0.6200.190.21
HSL161.76º54.11%54.71%-
HSV(B)161.76º61.88%79.22%-
XYZ30.8846.542.47-
YUV160.29130.0968.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.38%
GREEN value IS 202 (79.30% from 255) = 45.60%
BLUE value IS 164 (64.45% from 255) = 37.02%
R=17.38%
G=45.60%
B=37.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal772021640.6200.190.21161.7654.1154.71
Hex4DCAA43E01315a23637
Octal11531224476023252426667
Binary100110111001010101001001111100100111010110100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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