#4EB4AF

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

Shades of Puerto Rico #4EB4AF

Tints of Puerto Rico #4EB4AF

Color information

#4EB4AF (or 0x4EB4AF) is unknown color: approx Puerto Rico. HEX triplet: 4E, B4 and AF. RGB value is (78,180,175). Sum of RGB (Red+Green+Blue) = 78+180+175=433 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.01% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #4EB4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EB4AF is #B14B50. Grayscale: #949494. Windows color (decimal): -11619153 or 11514958. OLE color: 11514958.

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

Color convert

RGB78180175-
CMYK0.5700.030.29
HSL177.06º40.48%50.59%-
HSV(B)177.06º56.67%70.59%-
XYZ27.237.3646.33-
YUV148.93142.7177.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.01%
GREEN value IS 180 (70.70% from 255) = 41.57%
BLUE value IS 175 (68.75% from 255) = 40.42%
R=18.01%
G=41.57%
B=40.42%

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
Decimal781801750.5700.030.29177.0640.4850.59
Hex4EB4AF39031Db12833
Octal1162642577103352615063
Binary100111010110100101011111110010111110110110001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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