#4EBA9F

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

Shades of Puerto Rico #4EBA9F

Tints of Puerto Rico #4EBA9F

Color information

#4EBA9F (or 0x4EBA9F) is unknown color: approx Puerto Rico. HEX triplet: 4E, BA and 9F. RGB value is (78,186,159). Sum of RGB (Red+Green+Blue) = 78+186+159=423 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.44% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBA9F is #B14560. Grayscale: #969696. Windows color (decimal): -11617633 or 10467918. OLE color: 10467918.

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

Color convert

RGB78186159-
CMYK0.5800.150.27
HSL165º43.9%51.76%-
HSV(B)165º58.06%72.94%-
XYZ26.9639.2438.95-
YUV150.63132.7276.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.44%
GREEN value IS 186 (73.05% from 255) = 43.97%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=18.44%
G=43.97%
B=37.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781861590.5800.150.2716543.951.76
Hex4EBA9F3A0F1Ba52c34
Octal11627223772017332455464
Binary10011101011101010011111111010011111101110100101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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