#4EB3AA

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

Shades of Puerto Rico #4EB3AA

Tints of Puerto Rico #4EB3AA

Color information

#4EB3AA (or 0x4EB3AA) is unknown color: approx Puerto Rico. HEX triplet: 4E, B3 and AA. RGB value is (78,179,170). Sum of RGB (Red+Green+Blue) = 78+179+170=427 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.27% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 179 - color contains mainly: green. Hex color #4EB3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EB3AA is #B14C55. Grayscale: #939393. Windows color (decimal): -11619414 or 11187022. OLE color: 11187022.

HSL color Cylindrical-coordinate representation of color #4EB3AA: hue angle of 174.65º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB3AA is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB78179170-
CMYK0.5600.050.30
HSL174.65º39.92%50.39%-
HSV(B)174.65º56.42%70.2%-
XYZ26.5236.7643.73-
YUV147.77140.5478.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.27%
GREEN value IS 179 (70.31% from 255) = 41.92%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=18.27%
G=41.92%
B=39.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal781791700.5600.050.30174.6539.9250.39
Hex4EB3AA38051Eaf2832
Octal1162632527005362575062
Binary1001110101100111010101011100001011111010101111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,179,170); }

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

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

 a { background-color: rgb(78,179,170); }

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

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

 span { border-color: rgb(78,179,170); }

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