#57BCB3

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

Shades of Puerto Rico #57BCB3

Tints of Puerto Rico #57BCB3

Color information

#57BCB3 (or 0x57BCB3) is unknown color: approx Puerto Rico. HEX triplet: 57, BC and B3. RGB value is (87,188,179). Sum of RGB (Red+Green+Blue) = 87+188+179=454 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.16% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #57BCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BCB3 is #A8434C. Grayscale: #9C9C9C. Windows color (decimal): -11027277 or 11779159. OLE color: 11779159.

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

Color convert

RGB87188179-
CMYK0.5400.050.26
HSL174.65º42.98%53.92%-
HSV(B)174.65º53.72%73.73%-
XYZ30.0541.2549.03-
YUV156.78140.5478.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.16%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 179 (70.31% from 255) = 39.43%
R=19.16%
G=41.41%
B=39.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871881790.5400.050.26174.6542.9853.92
Hex57BCB336051Aaf2b36
Octal1272742636605322575366
Binary1010111101111001011001111011001011101010101111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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