#57BEAB

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

Shades of Puerto Rico #57BEAB

Tints of Puerto Rico #57BEAB

Color information

#57BEAB (or 0x57BEAB) is unknown color: approx Puerto Rico. HEX triplet: 57, BE and AB. RGB value is (87,190,171). Sum of RGB (Red+Green+Blue) = 87+190+171=448 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.42% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #57BEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BEAB is #A84154. Grayscale: #9D9D9D. Windows color (decimal): -11026773 or 11255383. OLE color: 11255383.

HSL color Cylindrical-coordinate representation of color #57BEAB: hue angle of 168.93º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BEAB is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB87190171-
CMYK0.5400.100.25
HSL168.93º44.21%54.31%-
HSV(B)168.93º54.21%74.51%-
XYZ29.6941.7945.03-
YUV157.04135.8878.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.42%
GREEN value IS 190 (74.61% from 255) = 42.41%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=19.42%
G=42.41%
B=38.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871901710.5400.100.25168.9344.2154.31
Hex57BEAB360A19a92c36
Octal12727625366012312515466
Binary10101111011111010101011110110010101100110101001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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