#51C99B

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

Shades of Puerto Rico #51C99B

Tints of Puerto Rico #51C99B

Color information

#51C99B (or 0x51C99B) is unknown color: approx Puerto Rico. HEX triplet: 51, C9 and 9B. RGB value is (81,201,155). Sum of RGB (Red+Green+Blue) = 81+201+155=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #51C99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C99B is #AE3664. Grayscale: #9F9F9F. Windows color (decimal): -11417189 or 10209617. OLE color: 10209617.

HSL color Cylindrical-coordinate representation of color #51C99B: hue angle of 157º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51C99B is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB81201155-
CMYK0.6000.230.21
HSL157º52.63%55.29%-
HSV(B)157º59.7%78.82%-
XYZ30.245.8938.28-
YUV159.88125.2471.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.54%
GREEN value IS 201 (78.91% from 255) = 46.00%
BLUE value IS 155 (60.94% from 255) = 35.47%
R=18.54%
G=46.00%
B=35.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal812011550.6000.230.2115752.6355.29
Hex51C99B3C017159d3537
Octal12131123374027252356567
Binary101000111001001100110111111000101111010110011101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,201,155); }

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

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

 a { background-color: rgb(81,201,155); }

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

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

 span { border-color: rgb(81,201,155); }

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