#4EB49A

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

Shades of Puerto Rico #4EB49A

Tints of Puerto Rico #4EB49A

Color information

#4EB49A (or 0x4EB49A) is unknown color: approx Puerto Rico. HEX triplet: 4E, B4 and 9A. RGB value is (78,180,154). Sum of RGB (Red+Green+Blue) = 78+180+154=412 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.93% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #4EB49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EB49A is #B14B65. Grayscale: #929292. Windows color (decimal): -11619174 or 10138702. OLE color: 10138702.

HSL color Cylindrical-coordinate representation of color #4EB49A: hue angle of 164.71º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EB49A is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB78180154-
CMYK0.5700.140.29
HSL164.71º40.48%50.59%-
HSV(B)164.71º56.67%70.59%-
XYZ25.336.636.3-
YUV146.54132.2179.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.93%
GREEN value IS 180 (70.70% from 255) = 43.69%
BLUE value IS 154 (60.55% from 255) = 37.38%
R=18.93%
G=43.69%
B=37.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal781801540.5700.140.29164.7140.4850.59
Hex4EB49A390E1Da52833
Octal11626423271016352455063
Binary10011101011010010011010111001011101110110100101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,180,154); }

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

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

 a { background-color: rgb(78,180,154); }

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

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

 span { border-color: rgb(78,180,154); }

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