#4EAFA4

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

Shades of Puerto Rico #4EAFA4

Tints of Puerto Rico #4EAFA4

Color information

#4EAFA4 (or 0x4EAFA4) is unknown color: approx Puerto Rico. HEX triplet: 4E, AF and A4. RGB value is (78,175,164). Sum of RGB (Red+Green+Blue) = 78+175+164=417 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.71% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAFA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAFA4 is #B1505B. Grayscale: #909090. Windows color (decimal): -11620444 or 10792782. OLE color: 10792782.

HSL color Cylindrical-coordinate representation of color #4EAFA4: hue angle of 173.2º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAFA4 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB78175164-
CMYK0.5500.060.31
HSL173.2º38.34%49.61%-
HSV(B)173.2º55.43%68.63%-
XYZ25.1734.9640.54-
YUV144.74138.8680.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.71%
GREEN value IS 175 (68.75% from 255) = 41.97%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=18.71%
G=41.97%
B=39.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781751640.5500.060.31173.238.3449.61
Hex4EAFA437061Fad2632
Octal1162572446706372554662
Binary1001110101011111010010011011101101111110101101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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