#51B599

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

Shades of Puerto Rico #51B599

Tints of Puerto Rico #51B599

Color information

#51B599 (or 0x51B599) is unknown color: approx Puerto Rico. HEX triplet: 51, B5 and 99. RGB value is (81,181,153). Sum of RGB (Red+Green+Blue) = 81+181+153=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 181 - color contains mainly: green. Hex color #51B599 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B599 is #AE4A66. Grayscale: #939393. Windows color (decimal): -11422311 or 10073425. OLE color: 10073425.

HSL color Cylindrical-coordinate representation of color #51B599: hue angle of 163.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B599 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB81181153-
CMYK0.5500.150.29
HSL163.2º40.32%51.37%-
HSV(B)163.2º55.25%70.98%-
XYZ25.6737.135.94-
YUV147.91130.8780.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.52%
GREEN value IS 181 (71.09% from 255) = 43.61%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=19.52%
G=43.61%
B=36.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811811530.5500.150.29163.240.3251.37
Hex51B599370F1Da32833
Octal12126523167017352435063
Binary10100011011010110011001110111011111110110100011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,181,153); }

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

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

 a { background-color: rgb(81,181,153); }

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

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

 span { border-color: rgb(81,181,153); }

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