#4EB0A7

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

Shades of Puerto Rico #4EB0A7

Tints of Puerto Rico #4EB0A7

Color information

#4EB0A7 (or 0x4EB0A7) is unknown color: approx Puerto Rico. HEX triplet: 4E, B0 and A7. RGB value is (78,176,167). Sum of RGB (Red+Green+Blue) = 78+176+167=421 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.53% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #4EB0A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EB0A7 is #B14F58. Grayscale: #919191. Windows color (decimal): -11620185 or 10989646. OLE color: 10989646.

HSL color Cylindrical-coordinate representation of color #4EB0A7: hue angle of 174.49º 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 #4EB0A7 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB78176167-
CMYK0.5600.050.31
HSL174.49º38.58%49.8%-
HSV(B)174.49º55.68%69.02%-
XYZ25.6435.4642.05-
YUV145.67140.0379.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.53%
GREEN value IS 176 (69.14% from 255) = 41.81%
BLUE value IS 167 (65.62% from 255) = 39.67%
R=18.53%
G=41.81%
B=39.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781761670.5600.050.31174.4938.5849.8
Hex4EB0A738051Fae2732
Octal1162602477005372564762
Binary1001110101100001010011111100001011111110101110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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