#4EBA97

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

Shades of Puerto Rico #4EBA97

Tints of Puerto Rico #4EBA97

Color information

#4EBA97 (or 0x4EBA97) is unknown color: approx Puerto Rico. HEX triplet: 4E, BA and 97. RGB value is (78,186,151). Sum of RGB (Red+Green+Blue) = 78+186+151=415 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.80% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBA97 is #B14568. Grayscale: #959595. Windows color (decimal): -11617641 or 9943630. OLE color: 9943630.

HSL color Cylindrical-coordinate representation of color #4EBA97: hue angle of 160.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EBA97 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB78186151-
CMYK0.5800.190.27
HSL160.56º43.9%51.76%-
HSV(B)160.56º58.06%72.94%-
XYZ26.2938.9735.42-
YUV149.72128.7276.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.80%
GREEN value IS 186 (73.05% from 255) = 44.82%
BLUE value IS 151 (59.38% from 255) = 36.39%
R=18.80%
G=44.82%
B=36.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781861510.5800.190.27160.5643.951.76
Hex4EBA973A0131Ba12c34
Octal11627222772023332415464
Binary100111010111010100101111110100100111101110100001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,186,151); }

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

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

 a { background-color: rgb(78,186,151); }

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

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

 span { border-color: rgb(78,186,151); }

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