#4EADA5

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

Shades of Puerto Rico #4EADA5

Tints of Puerto Rico #4EADA5

Color information

#4EADA5 (or 0x4EADA5) is unknown color: approx Puerto Rico. HEX triplet: 4E, AD and A5. RGB value is (78,173,165). Sum of RGB (Red+Green+Blue) = 78+173+165=416 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.75% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #4EADA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EADA5 is #B1525A. Grayscale: #8F8F8F. Windows color (decimal): -11620955 or 10857806. OLE color: 10857806.

HSL color Cylindrical-coordinate representation of color #4EADA5: hue angle of 174.95º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EADA5 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB78173165-
CMYK0.5500.050.32
HSL174.95º37.85%49.22%-
HSV(B)174.95º54.91%67.84%-
XYZ24.8834.2240.89-
YUV143.68140.0381.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.75%
GREEN value IS 173 (67.97% from 255) = 41.59%
BLUE value IS 165 (64.84% from 255) = 39.66%
R=18.75%
G=41.59%
B=39.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781731650.5500.050.32174.9537.8549.22
Hex4EADA5370520af2631
Octal1162552456705402574661
Binary10011101010110110100101110111010110000010101111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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