#4DCAAA

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

Shades of Puerto Rico #4DCAAA

Tints of Puerto Rico #4DCAAA

Color information

#4DCAAA (or 0x4DCAAA) is unknown color: approx Puerto Rico. HEX triplet: 4D, CA and AA. RGB value is (77,202,170). Sum of RGB (Red+Green+Blue) = 77+202+170=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCAAA is #B23555. Grayscale: #A0A0A0. Windows color (decimal): -11679062 or 11192909. OLE color: 11192909.

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

Color convert

RGB77202170-
CMYK0.6200.160.21
HSL164.64º54.11%54.71%-
HSV(B)164.64º61.88%79.22%-
XYZ31.4446.7245.39-
YUV160.98133.0968.1-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.15%
GREEN value IS 202 (79.30% from 255) = 44.99%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=17.15%
G=44.99%
B=37.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal772021700.6200.160.21164.6454.1154.71
Hex4DCAAA3E01015a53637
Octal11531225276020252456667
Binary100110111001010101010101111100100001010110100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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