#4EB9A5

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

Shades of Puerto Rico #4EB9A5

Tints of Puerto Rico #4EB9A5

Color information

#4EB9A5 (or 0x4EB9A5) is unknown color: approx Puerto Rico. HEX triplet: 4E, B9 and A5. RGB value is (78,185,165). Sum of RGB (Red+Green+Blue) = 78+185+165=428 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.22% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #4EB9A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EB9A5 is #B1465A. Grayscale: #969696. Windows color (decimal): -11617883 or 10860878. OLE color: 10860878.

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

Color convert

RGB78185165-
CMYK0.5800.110.27
HSL168.79º43.32%51.57%-
HSV(B)168.79º57.84%72.55%-
XYZ27.2839.0341.69-
YUV150.73136.0576.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.22%
GREEN value IS 185 (72.66% from 255) = 43.22%
BLUE value IS 165 (64.84% from 255) = 38.55%
R=18.22%
G=43.22%
B=38.55%

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
Decimal781851650.5800.110.27168.7943.3251.57
Hex4EB9A53A0B1Ba92b34
Octal11627124572013332515364
Binary10011101011100110100101111010010111101110101001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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