#4EB0AD

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

Shades of Puerto Rico #4EB0AD

Tints of Puerto Rico #4EB0AD

Color information

#4EB0AD (or 0x4EB0AD) is unknown color: approx Puerto Rico. HEX triplet: 4E, B0 and AD. RGB value is (78,176,173). Sum of RGB (Red+Green+Blue) = 78+176+173=427 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.27% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #4EB0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EB0AD is #B14F52. Grayscale: #929292. Windows color (decimal): -11620179 or 11382862. OLE color: 11382862.

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

Color convert

RGB78176173-
CMYK0.5600.020.31
HSL178.16º38.58%49.8%-
HSV(B)178.16º55.68%69.02%-
XYZ26.2135.6945.04-
YUV146.36143.0379.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.27%
GREEN value IS 176 (69.14% from 255) = 41.22%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=18.27%
G=41.22%
B=40.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781761730.5600.020.31178.1638.5849.8
Hex4EB0AD38021Fb22732
Octal1162602557002372624762
Binary100111010110000101011011110000101111110110010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,176,173); }

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

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

 a { background-color: rgb(78,176,173); }

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

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

 span { border-color: rgb(78,176,173); }

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