#57C1A6

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

Shades of Puerto Rico #57C1A6

Tints of Puerto Rico #57C1A6

Color information

#57C1A6 (or 0x57C1A6) is unknown color: approx Puerto Rico. HEX triplet: 57, C1 and A6. RGB value is (87,193,166). Sum of RGB (Red+Green+Blue) = 87+193+166=446 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.51% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #57C1A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C1A6 is #A83E59. Grayscale: #9E9E9E. Windows color (decimal): -11026010 or 10928471. OLE color: 10928471.

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

Color convert

RGB87193166-
CMYK0.5500.140.24
HSL164.72º46.09%54.9%-
HSV(B)164.72º54.92%75.69%-
XYZ29.8842.9242.79-
YUV158.23132.3877.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.51%
GREEN value IS 193 (75.78% from 255) = 43.27%
BLUE value IS 166 (65.23% from 255) = 37.22%
R=19.51%
G=43.27%
B=37.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871931660.5500.140.24164.7246.0954.9
Hex57C1A6370E18a52e37
Octal12730124667016302455667
Binary10101111100000110100110110111011101100010100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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