#57C1A5

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

Shades of Puerto Rico #57C1A5

Tints of Puerto Rico #57C1A5

Color information

#57C1A5 (or 0x57C1A5) is unknown color: approx Puerto Rico. HEX triplet: 57, C1 and A5. RGB value is (87,193,165). Sum of RGB (Red+Green+Blue) = 87+193+165=445 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.55% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #57C1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C1A5 is #A83E5A. Grayscale: #9E9E9E. Windows color (decimal): -11026011 or 10862935. OLE color: 10862935.

HSL color Cylindrical-coordinate representation of color #57C1A5: hue angle of 164.15º degrees, saturation: 0.46, 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 #57C1A5 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB87193165-
CMYK0.5500.150.24
HSL164.15º46.09%54.9%-
HSV(B)164.15º54.92%75.69%-
XYZ29.7942.8842.3-
YUV158.11131.8877.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.55%
GREEN value IS 193 (75.78% from 255) = 43.37%
BLUE value IS 165 (64.84% from 255) = 37.08%
R=19.55%
G=43.37%
B=37.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871931650.5500.150.24164.1546.0954.9
Hex57C1A5370F18a42e37
Octal12730124567017302445667
Binary10101111100000110100101110111011111100010100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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