#4EBFA4

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

Shades of Puerto Rico #4EBFA4

Tints of Puerto Rico #4EBFA4

Color information

#4EBFA4 (or 0x4EBFA4) is unknown color: approx Puerto Rico. HEX triplet: 4E, BF and A4. RGB value is (78,191,164). Sum of RGB (Red+Green+Blue) = 78+191+164=433 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.01% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #4EBFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBFA4 is #B1405B. Grayscale: #9A9A9A. Windows color (decimal): -11616348 or 10796878. OLE color: 10796878.

HSL color Cylindrical-coordinate representation of color #4EBFA4: hue angle of 165.66º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBFA4 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB78191164-
CMYK0.5900.140.25
HSL165.66º46.89%52.75%-
HSV(B)165.66º59.16%74.9%-
XYZ28.4741.5641.64-
YUV154.14133.5673.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.01%
GREEN value IS 191 (75% from 255) = 44.11%
BLUE value IS 164 (64.45% from 255) = 37.88%
R=18.01%
G=44.11%
B=37.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781911640.5900.140.25165.6646.8952.75
Hex4EBFA43B0E19a62f35
Octal11627724473016312465765
Binary10011101011111110100100111011011101100110100110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,191,164); }

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

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

 a { background-color: rgb(78,191,164); }

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

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

 span { border-color: rgb(78,191,164); }

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