#57C3AA

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

Shades of Puerto Rico #57C3AA

Tints of Puerto Rico #57C3AA

Color information

#57C3AA (or 0x57C3AA) is unknown color: approx Puerto Rico. HEX triplet: 57, C3 and AA. RGB value is (87,195,170). Sum of RGB (Red+Green+Blue) = 87+195+170=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #57C3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C3AA is #A83C55. Grayscale: #9F9F9F. Windows color (decimal): -11025494 or 11191127. OLE color: 11191127.

HSL color Cylindrical-coordinate representation of color #57C3AA: hue angle of 166.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57C3AA is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB87195170-
CMYK0.5500.130.24
HSL166.11º47.37%55.29%-
HSV(B)166.11º55.38%76.47%-
XYZ30.743.9644.9-
YUV159.86133.7276.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.25%
GREEN value IS 195 (76.56% from 255) = 43.14%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=19.25%
G=43.14%
B=37.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871951700.5500.130.24166.1147.3755.29
Hex57C3AA370D18a62f37
Octal12730325267015302465767
Binary10101111100001110101010110111011011100010100110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,195,170); }

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

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

 a { background-color: rgb(87,195,170); }

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

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

 span { border-color: rgb(87,195,170); }

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