#4EB4AE

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

Shades of Puerto Rico #4EB4AE

Tints of Puerto Rico #4EB4AE

Color information

#4EB4AE (or 0x4EB4AE) is unknown color: approx Puerto Rico. HEX triplet: 4E, B4 and AE. RGB value is (78,180,174). Sum of RGB (Red+Green+Blue) = 78+180+174=432 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.06% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #4EB4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EB4AE is #B14B51. Grayscale: #949494. Windows color (decimal): -11619154 or 11449422. OLE color: 11449422.

HSL color Cylindrical-coordinate representation of color #4EB4AE: hue angle of 176.47º 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 #4EB4AE is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB78180174-
CMYK0.5700.030.29
HSL176.47º40.48%50.59%-
HSV(B)176.47º56.67%70.59%-
XYZ27.137.3245.82-
YUV148.82142.2177.49-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.06%
GREEN value IS 180 (70.70% from 255) = 41.67%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=18.06%
G=41.67%
B=40.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal781801740.5700.030.29176.4740.4850.59
Hex4EB4AE39031Db02833
Octal1162642567103352605063
Binary100111010110100101011101110010111110110110000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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