#57c1b3

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

Shades of Puerto Rico #57C1B3

Tints of Puerto Rico #57C1B3

Color information

#57C1B3 (or 0x57C1B3) is unknown color: approx Puerto Rico. HEX triplet: 57, C1 and B3. RGB value is (87,193,179). Sum of RGB (Red+Green+Blue) = 87+193+179=459 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.95% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #57C1B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C1B3 is #A83E4C. Grayscale: #9F9F9F. Windows color (decimal): -11025997 or 11780439. OLE color: 11780439.

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

Color convert

RGB87193179-
CMYK0.5500.070.24
HSL172.08º46.09%54.9%-
HSV(B)172.08º54.92%75.69%-
XYZ31.1443.4249.39-
YUV159.71138.8876.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.95%
GREEN value IS 193 (75.78% from 255) = 42.05%
BLUE value IS 179 (70.31% from 255) = 39.00%
R=18.95%
G=42.05%
B=39.00%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871931790.5500.070.24172.0846.0954.9
Hex57C1B3370718ac2e37
Octal1273012636707302545667
Binary1010111110000011011001111011101111100010101100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57c1b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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