#4EBEA8

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

Shades of Puerto Rico #4EBEA8

Tints of Puerto Rico #4EBEA8

Color information

#4EBEA8 (or 0x4EBEA8) is unknown color: approx Puerto Rico. HEX triplet: 4E, BE and A8. RGB value is (78,190,168). Sum of RGB (Red+Green+Blue) = 78+190+168=436 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.89% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #4EBEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBEA8 is #B14157. Grayscale: #999999. Windows color (decimal): -11616600 or 11058766. OLE color: 11058766.

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

Color convert

RGB78190168-
CMYK0.5900.120.25
HSL168.21º46.28%52.55%-
HSV(B)168.21º58.95%74.51%-
XYZ28.6241.2743.5-
YUV154135.8973.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.89%
GREEN value IS 190 (74.61% from 255) = 43.58%
BLUE value IS 168 (66.02% from 255) = 38.53%
R=17.89%
G=43.58%
B=38.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781901680.5900.120.25168.2146.2852.55
Hex4EBEA83B0C19a82e35
Octal11627625073014312505665
Binary10011101011111010101000111011011001100110101000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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