#4EAEA4

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

Shades of Puerto Rico #4EAEA4

Tints of Puerto Rico #4EAEA4

Color information

#4EAEA4 (or 0x4EAEA4) is unknown color: approx Puerto Rico. HEX triplet: 4E, AE and A4. RGB value is (78,174,164). Sum of RGB (Red+Green+Blue) = 78+174+164=416 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.75% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAEA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAEA4 is #B1515B. Grayscale: #909090. Windows color (decimal): -11620700 or 10792526. OLE color: 10792526.

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

Color convert

RGB78174164-
CMYK0.5500.060.32
HSL173.75º38.1%49.41%-
HSV(B)173.75º55.17%68.24%-
XYZ24.9834.5740.48-
YUV144.16139.280.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.75%
GREEN value IS 174 (68.36% from 255) = 41.83%
BLUE value IS 164 (64.45% from 255) = 39.42%
R=18.75%
G=41.83%
B=39.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781741640.5500.060.32173.7538.149.41
Hex4EAEA4370620ae2631
Octal1162562446706402564661
Binary10011101010111010100100110111011010000010101110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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