#57B0A6

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

Shades of Puerto Rico #57B0A6

Tints of Puerto Rico #57B0A6

Color information

#57B0A6 (or 0x57B0A6) is unknown color: approx Puerto Rico. HEX triplet: 57, B0 and A6. RGB value is (87,176,166). Sum of RGB (Red+Green+Blue) = 87+176+166=429 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.28% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #57B0A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57B0A6 is #A84F59. Grayscale: #949494. Windows color (decimal): -11030362 or 10924119. OLE color: 10924119.

HSL color Cylindrical-coordinate representation of color #57B0A6: hue angle of 173.26º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57B0A6 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB87176166-
CMYK0.5100.060.31
HSL173.26º36.03%51.57%-
HSV(B)173.26º50.57%69.02%-
XYZ26.3435.8341.6-
YUV148.25138.0184.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.28%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 166 (65.23% from 255) = 38.69%
R=20.28%
G=41.03%
B=38.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871761660.5100.060.31173.2636.0351.57
Hex57B0A633061Fad2434
Octal1272602466306372554464
Binary1010111101100001010011011001101101111110101101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,176,166); }

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

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

 a { background-color: rgb(87,176,166); }

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

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

 span { border-color: rgb(87,176,166); }

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