#4DACA2

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

Shades of Puerto Rico #4DACA2

Tints of Puerto Rico #4DACA2

Color information

#4DACA2 (or 0x4DACA2) is unknown color: approx Puerto Rico. HEX triplet: 4D, AC and A2. RGB value is (77,172,162). Sum of RGB (Red+Green+Blue) = 77+172+162=411 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.73% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #4DACA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DACA2 is #B2535D. Grayscale: #8E8E8E. Windows color (decimal): -11686750 or 10660941. OLE color: 10660941.

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

Color convert

RGB77172162-
CMYK0.5500.060.33
HSL173.68º38.15%48.82%-
HSV(B)173.68º55.23%67.45%-
XYZ24.3333.6939.4-
YUV142.45139.0381.31-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.73%
GREEN value IS 172 (67.58% from 255) = 41.85%
BLUE value IS 162 (63.67% from 255) = 39.42%
R=18.73%
G=41.85%
B=39.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771721620.5500.060.33173.6838.1548.82
Hex4DACA2370621ae2631
Octal1152542426706412564661
Binary10011011010110010100010110111011010000110101110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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