#51b39e

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

Shades of Puerto Rico #51B39E

Tints of Puerto Rico #51B39E

Color information

#51B39E (or 0x51B39E) is unknown color: approx Puerto Rico. HEX triplet: 51, B3 and 9E. RGB value is (81,179,158). Sum of RGB (Red+Green+Blue) = 81+179+158=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 179 - color contains mainly: green. Hex color #51B39E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B39E is #AE4C61. Grayscale: #939393. Windows color (decimal): -11422818 or 10400593. OLE color: 10400593.

HSL color Cylindrical-coordinate representation of color #51B39E: hue angle of 167.14º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B39E is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB81179158-
CMYK0.5500.120.30
HSL167.14º39.2%50.98%-
HSV(B)167.14º54.75%70.2%-
XYZ25.6836.4638.03-
YUV147.3134.0380.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.38%
GREEN value IS 179 (70.31% from 255) = 42.82%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=19.38%
G=42.82%
B=37.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal811791580.5500.120.30167.1439.250.98
Hex51B39E370C1Ea72733
Octal12126323667014362474763
Binary10100011011001110011110110111011001111010100111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51b39e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51b39e; }

 p { color: rgb(81,179,158); }

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

<style>
 a { background-color: #51b39e; }

 a { background-color: rgb(81,179,158); }

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

<style>
 span { border-color: #51b39e; }

 span { border-color: rgb(81,179,158); }

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