#4EBEA5

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

Shades of Puerto Rico #4EBEA5

Tints of Puerto Rico #4EBEA5

Color information

#4EBEA5 (or 0x4EBEA5) is unknown color: approx Puerto Rico. HEX triplet: 4E, BE and A5. RGB value is (78,190,165). Sum of RGB (Red+Green+Blue) = 78+190+165=433 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.01% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #4EBEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBEA5 is #B1415A. Grayscale: #999999. Windows color (decimal): -11616603 or 10862158. OLE color: 10862158.

HSL color Cylindrical-coordinate representation of color #4EBEA5: hue angle of 166.61º degrees, saturation: 0.46, 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 #4EBEA5 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB78190165-
CMYK0.5900.130.25
HSL166.61º46.28%52.55%-
HSV(B)166.61º58.95%74.51%-
XYZ28.3541.1642.05-
YUV153.66134.3974.03-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.01%
GREEN value IS 190 (74.61% from 255) = 43.88%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=18.01%
G=43.88%
B=38.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781901650.5900.130.25166.6146.2852.55
Hex4EBEA53B0D19a72e35
Octal11627624573015312475665
Binary10011101011111010100101111011011011100110100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,190,165); }

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

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

 a { background-color: rgb(78,190,165); }

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

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

 span { border-color: rgb(78,190,165); }

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