#4DC1AE

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

Shades of Puerto Rico #4DC1AE

Tints of Puerto Rico #4DC1AE

Color information

#4DC1AE (or 0x4DC1AE) is unknown color: approx Puerto Rico. HEX triplet: 4D, C1 and AE. RGB value is (77,193,174). Sum of RGB (Red+Green+Blue) = 77+193+174=444 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.34% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC1AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC1AE is #B23E51. Grayscale: #9C9C9C. Windows color (decimal): -11681362 or 11452749. OLE color: 11452749.

HSL color Cylindrical-coordinate representation of color #4DC1AE: hue angle of 170.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC1AE is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB77193174-
CMYK0.6000.100.24
HSL170.17º48.33%52.94%-
HSV(B)170.17º60.1%75.69%-
XYZ29.7742.7746.73-
YUV156.15138.0771.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.34%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=17.34%
G=43.47%
B=39.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal771931740.6000.100.24170.1748.3352.94
Hex4DC1AE3C0A18aa3035
Octal11530125674012302526065
Binary10011011100000110101110111100010101100010101010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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