#57BEB1

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

Shades of Puerto Rico #57BEB1

Tints of Puerto Rico #57BEB1

Color information

#57BEB1 (or 0x57BEB1) is unknown color: approx Puerto Rico. HEX triplet: 57, BE and B1. RGB value is (87,190,177). Sum of RGB (Red+Green+Blue) = 87+190+177=454 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.16% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #57BEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BEB1 is #A8414E. Grayscale: #9D9D9D. Windows color (decimal): -11026767 or 11648599. OLE color: 11648599.

HSL color Cylindrical-coordinate representation of color #57BEB1: hue angle of 172.43º 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 #57BEB1 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB87190177-
CMYK0.5400.070.25
HSL172.43º44.21%54.31%-
HSV(B)172.43º54.21%74.51%-
XYZ30.2842.0348.11-
YUV157.72138.8877.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.16%
GREEN value IS 190 (74.61% from 255) = 41.85%
BLUE value IS 177 (69.53% from 255) = 38.99%
R=19.16%
G=41.85%
B=38.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871901770.5400.070.25172.4344.2154.31
Hex57BEB1360719ac2c36
Octal1272762616607312545466
Binary1010111101111101011000111011001111100110101100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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