#57BE9E

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

Shades of Puerto Rico #57BE9E

Tints of Puerto Rico #57BE9E

Color information

#57BE9E (or 0x57BE9E) is unknown color: approx Puerto Rico. HEX triplet: 57, BE and 9E. RGB value is (87,190,158). Sum of RGB (Red+Green+Blue) = 87+190+158=435 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #57BE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BE9E is #A84161. Grayscale: #9B9B9B. Windows color (decimal): -11026786 or 10403415. OLE color: 10403415.

HSL color Cylindrical-coordinate representation of color #57BE9E: hue angle of 161.36º 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 #57BE9E is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB87190158-
CMYK0.5400.170.25
HSL161.36º44.21%54.31%-
HSV(B)161.36º54.21%74.51%-
XYZ28.5241.3238.82-
YUV155.55129.3879.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20%
GREEN value IS 190 (74.61% from 255) = 43.68%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=20%
G=43.68%
B=36.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871901580.5400.170.25161.3644.2154.31
Hex57BE9E3601119a12c36
Octal12727623666021312415466
Binary101011110111110100111101101100100011100110100001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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