#4DC1AA

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

Shades of Puerto Rico #4DC1AA

Tints of Puerto Rico #4DC1AA

Color information

#4DC1AA (or 0x4DC1AA) is unknown color: approx Puerto Rico. HEX triplet: 4D, C1 and AA. RGB value is (77,193,170). Sum of RGB (Red+Green+Blue) = 77+193+170=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC1AA is #B23E55. Grayscale: #9B9B9B. Windows color (decimal): -11681366 or 11190605. OLE color: 11190605.

HSL color Cylindrical-coordinate representation of color #4DC1AA: hue angle of 168.1º 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 #4DC1AA is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB77193170-
CMYK0.6000.120.24
HSL168.1º48.33%52.94%-
HSV(B)168.1º60.1%75.69%-
XYZ29.3942.6244.71-
YUV155.69136.0771.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.5%
GREEN value IS 193 (75.78% from 255) = 43.86%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=17.5%
G=43.86%
B=38.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal771931700.6000.120.24168.148.3352.94
Hex4DC1AA3C0C18a83035
Octal11530125274014302506065
Binary10011011100000110101010111100011001100010101000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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