#57B6A1

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

Shades of Puerto Rico #57B6A1

Tints of Puerto Rico #57B6A1

Color information

#57B6A1 (or 0x57B6A1) is unknown color: approx Puerto Rico. HEX triplet: 57, B6 and A1. RGB value is (87,182,161). Sum of RGB (Red+Green+Blue) = 87+182+161=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #57B6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B6A1 is #A8495E. Grayscale: #979797. Windows color (decimal): -11028831 or 10597975. OLE color: 10597975.

HSL color Cylindrical-coordinate representation of color #57B6A1: hue angle of 166.74º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57B6A1 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB87182161-
CMYK0.5200.120.29
HSL166.74º39.42%52.75%-
HSV(B)166.74º52.2%71.37%-
XYZ27.0938.0639.64-
YUV151.2133.5382.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.23%
GREEN value IS 182 (71.48% from 255) = 42.33%
BLUE value IS 161 (63.28% from 255) = 37.44%
R=20.23%
G=42.33%
B=37.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal871821610.5200.120.29166.7439.4252.75
Hex57B6A1340C1Da72735
Octal12726624164014352474765
Binary10101111011011010100001110100011001110110100111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,182,161); }

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

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

 a { background-color: rgb(87,182,161); }

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

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

 span { border-color: rgb(87,182,161); }

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