#57B5A3

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

Shades of Puerto Rico #57B5A3

Tints of Puerto Rico #57B5A3

Color information

#57B5A3 (or 0x57B5A3) is unknown color: approx Puerto Rico. HEX triplet: 57, B5 and A3. RGB value is (87,181,163). Sum of RGB (Red+Green+Blue) = 87+181+163=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #57B5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B5A3 is #A84A5C. Grayscale: #969696. Windows color (decimal): -11029085 or 10728791. OLE color: 10728791.

HSL color Cylindrical-coordinate representation of color #57B5A3: hue angle of 168.51º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57B5A3 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB87181163-
CMYK0.5200.100.29
HSL168.51º38.84%52.55%-
HSV(B)168.51º51.93%70.98%-
XYZ27.0737.7240.5-
YUV150.84134.8682.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.19%
GREEN value IS 181 (71.09% from 255) = 42.00%
BLUE value IS 163 (64.06% from 255) = 37.82%
R=20.19%
G=42.00%
B=37.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal871811630.5200.100.29168.5138.8452.55
Hex57B5A3340A1Da92735
Octal12726524364012352514765
Binary10101111011010110100011110100010101110110101001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,181,163); }

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

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

 a { background-color: rgb(87,181,163); }

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

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

 span { border-color: rgb(87,181,163); }

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