#57B9A5

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

Shades of Puerto Rico #57B9A5

Tints of Puerto Rico #57B9A5

Color information

#57B9A5 (or 0x57B9A5) is unknown color: approx Puerto Rico. HEX triplet: 57, B9 and A5. RGB value is (87,185,165). Sum of RGB (Red+Green+Blue) = 87+185+165=437 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.91% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #57B9A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B9A5 is #A8465A. Grayscale: #999999. Windows color (decimal): -11028059 or 10860887. OLE color: 10860887.

HSL color Cylindrical-coordinate representation of color #57B9A5: hue angle of 167.76º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57B9A5 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB87185165-
CMYK0.5300.110.27
HSL167.76º41.18%53.33%-
HSV(B)167.76º52.97%72.55%-
XYZ28.0739.4441.73-
YUV153.42134.5380.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.91%
GREEN value IS 185 (72.66% from 255) = 42.33%
BLUE value IS 165 (64.84% from 255) = 37.76%
R=19.91%
G=42.33%
B=37.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871851650.5300.110.27167.7641.1853.33
Hex57B9A5350B1Ba82935
Octal12727124565013332505165
Binary10101111011100110100101110101010111101110101000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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