#57C3AB

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

Shades of Puerto Rico #57C3AB

Tints of Puerto Rico #57C3AB

Color information

#57C3AB (or 0x57C3AB) is unknown color: approx Puerto Rico. HEX triplet: 57, C3 and AB. RGB value is (87,195,171). Sum of RGB (Red+Green+Blue) = 87+195+171=453 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.21% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #57C3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C3AB is #A83C54. Grayscale: #9F9F9F. Windows color (decimal): -11025493 or 11256663. OLE color: 11256663.

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

Color convert

RGB87195171-
CMYK0.5500.120.24
HSL166.67º47.37%55.29%-
HSV(B)166.67º55.38%76.47%-
XYZ30.84445.4-
YUV159.97134.2275.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.21%
GREEN value IS 195 (76.56% from 255) = 43.05%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=19.21%
G=43.05%
B=37.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871951710.5500.120.24166.6747.3755.29
Hex57C3AB370C18a72f37
Octal12730325367014302475767
Binary10101111100001110101011110111011001100010100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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