#51B399

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

Shades of Puerto Rico #51B399

Tints of Puerto Rico #51B399

Color information

#51B399 (or 0x51B399) is unknown color: approx Puerto Rico. HEX triplet: 51, B3 and 99. RGB value is (81,179,153). Sum of RGB (Red+Green+Blue) = 81+179+153=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #51B399 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B399 is #AE4C66. Grayscale: #929292. Windows color (decimal): -11422823 or 10072913. OLE color: 10072913.

HSL color Cylindrical-coordinate representation of color #51B399: hue angle of 164.08º 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 #51B399 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB81179153-
CMYK0.5500.150.30
HSL164.08º39.2%50.98%-
HSV(B)164.08º54.75%70.2%-
XYZ25.2636.2935.81-
YUV146.73131.5381.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.61%
GREEN value IS 179 (70.31% from 255) = 43.34%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=19.61%
G=43.34%
B=37.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal811791530.5500.150.30164.0839.250.98
Hex51B399370F1Ea42733
Octal12126323167017362444763
Binary10100011011001110011001110111011111111010100100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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