#57BAAE

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

Shades of Puerto Rico #57BAAE

Tints of Puerto Rico #57BAAE

Color information

#57BAAE (or 0x57BAAE) is unknown color: approx Puerto Rico. HEX triplet: 57, BA and AE. RGB value is (87,186,174). Sum of RGB (Red+Green+Blue) = 87+186+174=447 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.46% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #57BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BAAE is #A84551. Grayscale: #9A9A9A. Windows color (decimal): -11027794 or 11450967. OLE color: 11450967.

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

Color convert

RGB87186174-
CMYK0.5300.060.27
HSL172.73º41.77%53.53%-
HSV(B)172.73º53.23%72.94%-
XYZ29.1340.246.27-
YUV155.03138.779.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.46%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=19.46%
G=41.61%
B=38.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871861740.5300.060.27172.7341.7753.53
Hex57BAAE35061Bad2a36
Octal1272722566506332555266
Binary1010111101110101010111011010101101101110101101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,186,174); }

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

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

 a { background-color: rgb(87,186,174); }

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

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

 span { border-color: rgb(87,186,174); }

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