#4EB2AB

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

Shades of Puerto Rico #4EB2AB

Tints of Puerto Rico #4EB2AB

Color information

#4EB2AB (or 0x4EB2AB) is unknown color: approx Puerto Rico. HEX triplet: 4E, B2 and AB. RGB value is (78,178,171). Sum of RGB (Red+Green+Blue) = 78+178+171=427 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.27% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #4EB2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EB2AB is #B14D54. Grayscale: #939393. Windows color (decimal): -11619669 or 11252302. OLE color: 11252302.

HSL color Cylindrical-coordinate representation of color #4EB2AB: hue angle of 175.8º degrees, saturation: 0.39, 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 #4EB2AB is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB78178171-
CMYK0.5600.040.30
HSL175.8º39.37%50.2%-
HSV(B)175.8º56.18%69.8%-
XYZ26.4136.444.16-
YUV147.3141.3778.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.27%
GREEN value IS 178 (69.92% from 255) = 41.69%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=18.27%
G=41.69%
B=40.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal781781710.5600.040.30175.839.3750.2
Hex4EB2AB38041Eb02732
Octal1162622537004362604762
Binary1001110101100101010101111100001001111010110000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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