#4EBDA5

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

Shades of Puerto Rico #4EBDA5

Tints of Puerto Rico #4EBDA5

Color information

#4EBDA5 (or 0x4EBDA5) is unknown color: approx Puerto Rico. HEX triplet: 4E, BD and A5. RGB value is (78,189,165). Sum of RGB (Red+Green+Blue) = 78+189+165=432 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.06% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #4EBDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBDA5 is #B1425A. Grayscale: #999999. Windows color (decimal): -11616859 or 10861902. OLE color: 10861902.

HSL color Cylindrical-coordinate representation of color #4EBDA5: hue angle of 167.03º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBDA5 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB78189165-
CMYK0.5900.130.26
HSL167.03º45.68%52.35%-
HSV(B)167.03º58.73%74.12%-
XYZ28.1340.7341.98-
YUV153.07134.7374.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.06%
GREEN value IS 189 (74.22% from 255) = 43.75%
BLUE value IS 165 (64.84% from 255) = 38.19%
R=18.06%
G=43.75%
B=38.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal781891650.5900.130.26167.0345.6852.35
Hex4EBDA53B0D1Aa72e34
Octal11627524573015322475664
Binary10011101011110110100101111011011011101010100111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,189,165); }

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

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

 a { background-color: rgb(78,189,165); }

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

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

 span { border-color: rgb(78,189,165); }

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