#4EBAA5

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

Shades of Puerto Rico #4EBAA5

Tints of Puerto Rico #4EBAA5

Color information

#4EBAA5 (or 0x4EBAA5) is unknown color: approx Puerto Rico. HEX triplet: 4E, BA and A5. RGB value is (78,186,165). Sum of RGB (Red+Green+Blue) = 78+186+165=429 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.18% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBAA5 is #B1455A. Grayscale: #979797. Windows color (decimal): -11617627 or 10861134. OLE color: 10861134.

HSL color Cylindrical-coordinate representation of color #4EBAA5: hue angle of 168.33º 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 #4EBAA5 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB78186165-
CMYK0.5800.110.27
HSL168.33º43.9%51.76%-
HSV(B)168.33º58.06%72.94%-
XYZ27.4939.4541.76-
YUV151.31135.7275.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.18%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 165 (64.84% from 255) = 38.46%
R=18.18%
G=43.36%
B=38.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781861650.5800.110.27168.3343.951.76
Hex4EBAA53A0B1Ba82c34
Octal11627224572013332505464
Binary10011101011101010100101111010010111101110101000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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