#57BEA1

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

Shades of Puerto Rico #57BEA1

Tints of Puerto Rico #57BEA1

Color information

#57BEA1 (or 0x57BEA1) is unknown color: approx Puerto Rico. HEX triplet: 57, BE and A1. RGB value is (87,190,161). Sum of RGB (Red+Green+Blue) = 87+190+161=438 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.86% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #57BEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BEA1 is #A8415E. Grayscale: #9B9B9B. Windows color (decimal): -11026783 or 10600023. OLE color: 10600023.

HSL color Cylindrical-coordinate representation of color #57BEA1: hue angle of 163.11º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BEA1 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB87190161-
CMYK0.5400.150.25
HSL163.11º44.21%54.31%-
HSV(B)163.11º54.21%74.51%-
XYZ28.7841.4340.2-
YUV155.9130.8878.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.86%
GREEN value IS 190 (74.61% from 255) = 43.38%
BLUE value IS 161 (63.28% from 255) = 36.76%
R=19.86%
G=43.38%
B=36.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871901610.5400.150.25163.1144.2154.31
Hex57BEA1360F19a32c36
Octal12727624166017312435466
Binary10101111011111010100001110110011111100110100011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57BEA1; }

 p { color: rgb(87,190,161); }

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

<style>
 a { background-color: #57BEA1; }

 a { background-color: rgb(87,190,161); }

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

<style>
 span { border-color: #57BEA1; }

 span { border-color: rgb(87,190,161); }

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