#4EBE9C

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

Shades of Puerto Rico #4EBE9C

Tints of Puerto Rico #4EBE9C

Color information

#4EBE9C (or 0x4EBE9C) is unknown color: approx Puerto Rico. HEX triplet: 4E, BE and 9C. RGB value is (78,190,156). Sum of RGB (Red+Green+Blue) = 78+190+156=424 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.40% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #4EBE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBE9C is #B14163. Grayscale: #989898. Windows color (decimal): -11616612 or 10272334. OLE color: 10272334.

HSL color Cylindrical-coordinate representation of color #4EBE9C: hue angle of 161.79º degrees, saturation: 0.46, 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 #4EBE9C is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB78190156-
CMYK0.5900.180.25
HSL161.79º46.28%52.55%-
HSV(B)161.79º58.95%74.51%-
XYZ27.5640.8537.88-
YUV152.64129.8974.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.40%
GREEN value IS 190 (74.61% from 255) = 44.81%
BLUE value IS 156 (61.33% from 255) = 36.79%
R=18.40%
G=44.81%
B=36.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781901560.5900.180.25161.7946.2852.55
Hex4EBE9C3B01219a22e35
Octal11627623473022312425665
Binary100111010111110100111001110110100101100110100010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,190,156); }

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

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

 a { background-color: rgb(78,190,156); }

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

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

 span { border-color: rgb(78,190,156); }

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