#57C1A4

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

Shades of Puerto Rico #57C1A4

Tints of Puerto Rico #57C1A4

Color information

#57C1A4 (or 0x57C1A4) is unknown color: approx Puerto Rico. HEX triplet: 57, C1 and A4. RGB value is (87,193,164). Sum of RGB (Red+Green+Blue) = 87+193+164=444 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.59% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #57C1A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C1A4 is #A83E5B. Grayscale: #9E9E9E. Windows color (decimal): -11026012 or 10797399. OLE color: 10797399.

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

Color convert

RGB87193164-
CMYK0.5500.150.24
HSL163.58º46.09%54.9%-
HSV(B)163.58º54.92%75.69%-
XYZ29.742.8541.83-
YUV158131.3877.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.59%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 164 (64.45% from 255) = 36.94%
R=19.59%
G=43.47%
B=36.94%

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
Decimal871931640.5500.150.24163.5846.0954.9
Hex57C1A4370F18a42e37
Octal12730124467017302445667
Binary10101111100000110100100110111011111100010100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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