#4ebfb4

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

Shades of Puerto Rico #4EBFB4

Tints of Puerto Rico #4EBFB4

Color information

#4EBFB4 (or 0x4EBFB4) is unknown color: approx Puerto Rico. HEX triplet: 4E, BF and B4. RGB value is (78,191,180). Sum of RGB (Red+Green+Blue) = 78+191+180=449 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.37% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #4EBFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBFB4 is #B1404B. Grayscale: #9B9B9B. Windows color (decimal): -11616332 or 11845454. OLE color: 11845454.

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

Color convert

RGB78191180-
CMYK0.5900.060.25
HSL174.16º46.89%52.75%-
HSV(B)174.16º59.16%74.9%-
XYZ30.0142.1849.74-
YUV155.96141.5672.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.37%
GREEN value IS 191 (75% from 255) = 42.54%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=17.37%
G=42.54%
B=40.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781911800.5900.060.25174.1646.8952.75
Hex4EBFB43B0619ae2f35
Octal1162772647306312565765
Binary1001110101111111011010011101101101100110101110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ebfb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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