#57BBB4

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

Shades of Puerto Rico #57BBB4

Tints of Puerto Rico #57BBB4

Color information

#57BBB4 (or 0x57BBB4) is unknown color: approx Puerto Rico. HEX triplet: 57, BB and B4. RGB value is (87,187,180). Sum of RGB (Red+Green+Blue) = 87+187+180=454 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.16% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #57BBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBB4 is #A8444B. Grayscale: #9C9C9C. Windows color (decimal): -11027532 or 11844439. OLE color: 11844439.

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

Color convert

RGB87187180-
CMYK0.5300.040.27
HSL175.8º42.37%53.73%-
HSV(B)175.8º53.48%73.33%-
XYZ29.9440.8649.49-
YUV156.3141.3778.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.16%
GREEN value IS 187 (73.44% from 255) = 41.19%
BLUE value IS 180 (70.70% from 255) = 39.65%
R=19.16%
G=41.19%
B=39.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871871800.5300.040.27175.842.3753.73
Hex57BBB435041Bb02a36
Octal1272732646504332605266
Binary1010111101110111011010011010101001101110110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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