#57BBA0

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

Shades of Puerto Rico #57BBA0

Tints of Puerto Rico #57BBA0

Color information

#57BBA0 (or 0x57BBA0) is unknown color: approx Puerto Rico. HEX triplet: 57, BB and A0. RGB value is (87,187,160). Sum of RGB (Red+Green+Blue) = 87+187+160=434 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.05% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 187 - color contains mainly: green. Hex color #57BBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BBA0 is #A8445F. Grayscale: #9A9A9A. Windows color (decimal): -11027552 or 10533719. OLE color: 10533719.

HSL color Cylindrical-coordinate representation of color #57BBA0: hue angle of 163.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57BBA0 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB87187160-
CMYK0.5300.140.27
HSL163.8º42.37%53.73%-
HSV(B)163.8º53.48%73.33%-
XYZ28.0540.139.52-
YUV154.02131.3780.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.05%
GREEN value IS 187 (73.44% from 255) = 43.09%
BLUE value IS 160 (62.89% from 255) = 36.87%
R=20.05%
G=43.09%
B=36.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871871600.5300.140.27163.842.3753.73
Hex57BBA0350E1Ba42a36
Octal12727324065016332445266
Binary10101111011101110100000110101011101101110100100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,187,160); }

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

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

 a { background-color: rgb(87,187,160); }

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

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

 span { border-color: rgb(87,187,160); }

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