#57BCB1

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

Shades of Puerto Rico #57BCB1

Tints of Puerto Rico #57BCB1

Color information

#57BCB1 (or 0x57BCB1) is unknown color: approx Puerto Rico. HEX triplet: 57, BC and B1. RGB value is (87,188,177). Sum of RGB (Red+Green+Blue) = 87+188+177=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #57BCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BCB1 is #A8434E. Grayscale: #9C9C9C. Windows color (decimal): -11027279 or 11648087. OLE color: 11648087.

HSL color Cylindrical-coordinate representation of color #57BCB1: hue angle of 173.47º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BCB1 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB87188177-
CMYK0.5400.060.26
HSL173.47º42.98%53.92%-
HSV(B)173.47º53.72%73.73%-
XYZ29.8541.1747.97-
YUV156.55139.5478.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.25%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 177 (69.53% from 255) = 39.16%
R=19.25%
G=41.59%
B=39.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871881770.5400.060.26173.4742.9853.92
Hex57BCB136061Aad2b36
Octal1272742616606322555366
Binary1010111101111001011000111011001101101010101101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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