#4EB4AB

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

Shades of Puerto Rico #4EB4AB

Tints of Puerto Rico #4EB4AB

Color information

#4EB4AB (or 0x4EB4AB) is unknown color: approx Puerto Rico. HEX triplet: 4E, B4 and AB. RGB value is (78,180,171). Sum of RGB (Red+Green+Blue) = 78+180+171=429 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.18% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #4EB4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EB4AB is #B14B54. Grayscale: #949494. Windows color (decimal): -11619157 or 11252814. OLE color: 11252814.

HSL color Cylindrical-coordinate representation of color #4EB4AB: hue angle of 174.71º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EB4AB is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB78180171-
CMYK0.5700.050.29
HSL174.71º40.48%50.59%-
HSV(B)174.71º56.67%70.59%-
XYZ26.8137.244.3-
YUV148.48140.7177.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.18%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=18.18%
G=41.96%
B=39.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal781801710.5700.050.29174.7140.4850.59
Hex4EB4AB39051Daf2833
Octal1162642537105352575063
Binary1001110101101001010101111100101011110110101111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,180,171); }

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

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

 a { background-color: rgb(78,180,171); }

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

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

 span { border-color: rgb(78,180,171); }

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