#4EAEA5

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

Shades of Puerto Rico #4EAEA5

Tints of Puerto Rico #4EAEA5

Color information

#4EAEA5 (or 0x4EAEA5) is unknown color: approx Puerto Rico. HEX triplet: 4E, AE and A5. RGB value is (78,174,165). Sum of RGB (Red+Green+Blue) = 78+174+165=417 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.71% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAEA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAEA5 is #B1515A. Grayscale: #909090. Windows color (decimal): -11620699 or 10858062. OLE color: 10858062.

HSL color Cylindrical-coordinate representation of color #4EAEA5: hue angle of 174.38º 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 #4EAEA5 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB78174165-
CMYK0.5500.050.32
HSL174.38º38.1%49.41%-
HSV(B)174.38º55.17%68.24%-
XYZ25.0734.6140.96-
YUV144.27139.780.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.71%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 165 (64.84% from 255) = 39.57%
R=18.71%
G=41.73%
B=39.57%

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
Decimal781741650.5500.050.32174.3838.149.41
Hex4EAEA5370520ae2631
Octal1162562456705402564661
Binary10011101010111010100101110111010110000010101110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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