#57BBA5

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

Shades of Puerto Rico #57BBA5

Tints of Puerto Rico #57BBA5

Color information

#57BBA5 (or 0x57BBA5) is unknown color: approx Puerto Rico. HEX triplet: 57, BB and A5. RGB value is (87,187,165). Sum of RGB (Red+Green+Blue) = 87+187+165=439 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.82% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 187 - color contains mainly: green. Hex color #57BBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BBA5 is #A8445A. Grayscale: #9A9A9A. Windows color (decimal): -11027547 or 10861399. OLE color: 10861399.

HSL color Cylindrical-coordinate representation of color #57BBA5: hue angle of 166.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 #57BBA5 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB87187165-
CMYK0.5300.120.27
HSL166.8º42.37%53.73%-
HSV(B)166.8º53.48%73.33%-
XYZ28.4940.2841.87-
YUV154.59133.8779.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.82%
GREEN value IS 187 (73.44% from 255) = 42.60%
BLUE value IS 165 (64.84% from 255) = 37.59%
R=19.82%
G=42.60%
B=37.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871871650.5300.120.27166.842.3753.73
Hex57BBA5350C1Ba72a36
Octal12727324565014332475266
Binary10101111011101110100101110101011001101110100111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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