#4EBF9F

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

Shades of Puerto Rico #4EBF9F

Tints of Puerto Rico #4EBF9F

Color information

#4EBF9F (or 0x4EBF9F) is unknown color: approx Puerto Rico. HEX triplet: 4E, BF and 9F. RGB value is (78,191,159). Sum of RGB (Red+Green+Blue) = 78+191+159=428 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.22% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #4EBF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBF9F is #B14060. Grayscale: #999999. Windows color (decimal): -11616353 or 10469198. OLE color: 10469198.

HSL color Cylindrical-coordinate representation of color #4EBF9F: hue angle of 163.01º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBF9F is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB78191159-
CMYK0.5900.170.25
HSL163.01º46.89%52.75%-
HSV(B)163.01º59.16%74.9%-
XYZ28.0341.3839.31-
YUV153.56131.0674.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.22%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 159 (62.5% from 255) = 37.15%
R=18.22%
G=44.63%
B=37.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781911590.5900.170.25163.0146.8952.75
Hex4EBF9F3B01119a32f35
Octal11627723773021312435765
Binary100111010111111100111111110110100011100110100011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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