#57C7AB

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

Shades of Puerto Rico #57C7AB

Tints of Puerto Rico #57C7AB

Color information

#57C7AB (or 0x57C7AB) is unknown color: approx Puerto Rico. HEX triplet: 57, C7 and AB. RGB value is (87,199,171). Sum of RGB (Red+Green+Blue) = 87+199+171=457 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.04% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #57C7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C7AB is #A83854. Grayscale: #A2A2A2. Windows color (decimal): -11024469 or 11257687. OLE color: 11257687.

HSL color Cylindrical-coordinate representation of color #57C7AB: hue angle of 165º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C7AB is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB87199171-
CMYK0.5600.140.22
HSL165º50%56.08%-
HSV(B)165º56.28%78.04%-
XYZ31.745.8145.7-
YUV162.32132.8974.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.04%
GREEN value IS 199 (78.12% from 255) = 43.54%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=19.04%
G=43.54%
B=37.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal871991710.5600.140.221655056.08
Hex57C7AB380E16a53238
Octal12730725370016262456270
Binary10101111100011110101011111000011101011010100101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,199,171); }

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

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

 a { background-color: rgb(87,199,171); }

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

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

 span { border-color: rgb(87,199,171); }

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