#57BA9E

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

Shades of Puerto Rico #57BA9E

Tints of Puerto Rico #57BA9E

Color information

#57BA9E (or 0x57BA9E) is unknown color: approx Puerto Rico. HEX triplet: 57, BA and 9E. RGB value is (87,186,158). Sum of RGB (Red+Green+Blue) = 87+186+158=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #57BA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BA9E is #A84561. Grayscale: #999999. Windows color (decimal): -11027810 or 10402391. OLE color: 10402391.

HSL color Cylindrical-coordinate representation of color #57BA9E: hue angle of 163.03º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57BA9E is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB87186158-
CMYK0.5300.150.27
HSL163.03º41.77%53.53%-
HSV(B)163.03º53.23%72.94%-
XYZ27.6639.6138.54-
YUV153.21130.780.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.19%
GREEN value IS 186 (73.05% from 255) = 43.16%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=20.19%
G=43.16%
B=36.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871861580.5300.150.27163.0341.7753.53
Hex57BA9E350F1Ba32a36
Octal12727223665017332435266
Binary10101111011101010011110110101011111101110100011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,186,158); }

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

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

 a { background-color: rgb(87,186,158); }

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

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

 span { border-color: rgb(87,186,158); }

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