#4DAAA2

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

Shades of Puerto Rico #4DAAA2

Tints of Puerto Rico #4DAAA2

Color information

#4DAAA2 (or 0x4DAAA2) is unknown color: approx Puerto Rico. HEX triplet: 4D, AA and A2. RGB value is (77,170,162). Sum of RGB (Red+Green+Blue) = 77+170+162=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAAA2 is #B2555D. Grayscale: #8D8D8D. Windows color (decimal): -11687262 or 10660429. OLE color: 10660429.

HSL color Cylindrical-coordinate representation of color #4DAAA2: hue angle of 174.84º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAAA2 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB77170162-
CMYK0.5500.050.33
HSL174.84º37.65%48.43%-
HSV(B)174.84º54.71%66.67%-
XYZ23.9632.9439.28-
YUV141.28139.6982.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.83%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 162 (63.67% from 255) = 39.61%
R=18.83%
G=41.56%
B=39.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771701620.5500.050.33174.8437.6548.43
Hex4DAAA2370521af2630
Octal1152522426705412574660
Binary10011011010101010100010110111010110000110101111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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