#4EB8A7

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

Shades of Puerto Rico #4EB8A7

Tints of Puerto Rico #4EB8A7

Color information

#4EB8A7 (or 0x4EB8A7) is unknown color: approx Puerto Rico. HEX triplet: 4E, B8 and A7. RGB value is (78,184,167). Sum of RGB (Red+Green+Blue) = 78+184+167=429 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.18% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #4EB8A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EB8A7 is #B14758. Grayscale: #969696. Windows color (decimal): -11618137 or 10991694. OLE color: 10991694.

HSL color Cylindrical-coordinate representation of color #4EB8A7: hue angle of 170.38º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EB8A7 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB78184167-
CMYK0.5800.090.28
HSL170.38º42.74%51.37%-
HSV(B)170.38º57.61%72.16%-
XYZ27.2638.6942.59-
YUV150.37137.3876.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.18%
GREEN value IS 184 (72.27% from 255) = 42.89%
BLUE value IS 167 (65.62% from 255) = 38.93%
R=18.18%
G=42.89%
B=38.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal781841670.5800.090.28170.3842.7451.37
Hex4EB8A73A091Caa2b33
Octal11627024772011342525363
Binary10011101011100010100111111010010011110010101010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,184,167); }

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

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

 a { background-color: rgb(78,184,167); }

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

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

 span { border-color: rgb(78,184,167); }

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