#4EB5AC

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

Shades of Puerto Rico #4EB5AC

Tints of Puerto Rico #4EB5AC

Color information

#4EB5AC (or 0x4EB5AC) is unknown color: approx Puerto Rico. HEX triplet: 4E, B5 and AC. RGB value is (78,181,172). Sum of RGB (Red+Green+Blue) = 78+181+172=431 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.10% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #4EB5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EB5AC is #B14A53. Grayscale: #959595. Windows color (decimal): -11618900 or 11318606. OLE color: 11318606.

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

Color convert

RGB78181172-
CMYK0.5700.050.29
HSL174.76º41.04%50.78%-
HSV(B)174.76º56.91%70.98%-
XYZ27.1137.6544.87-
YUV149.18140.8877.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.10%
GREEN value IS 181 (71.09% from 255) = 42.00%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=18.10%
G=42.00%
B=39.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal781811720.5700.050.29174.7641.0450.78
Hex4EB5AC39051Daf2933
Octal1162652547105352575163
Binary1001110101101011010110011100101011110110101111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,181,172); }

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

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

 a { background-color: rgb(78,181,172); }

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

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

 span { border-color: rgb(78,181,172); }

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