#51B99D

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

Shades of Puerto Rico #51B99D

Tints of Puerto Rico #51B99D

Color information

#51B99D (or 0x51B99D) is unknown color: approx Puerto Rico. HEX triplet: 51, B9 and 9D. RGB value is (81,185,157). Sum of RGB (Red+Green+Blue) = 81+185+157=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #51B99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B99D is #AE4662. Grayscale: #969696. Windows color (decimal): -11421283 or 10336593. OLE color: 10336593.

HSL color Cylindrical-coordinate representation of color #51B99D: hue angle of 163.85º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B99D is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB81185157-
CMYK0.5600.150.27
HSL163.85º42.62%52.16%-
HSV(B)163.85º56.22%72.55%-
XYZ26.8338.8837.99-
YUV150.71131.5478.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.15%
GREEN value IS 185 (72.66% from 255) = 43.74%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=19.15%
G=43.74%
B=37.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811851570.5600.150.27163.8542.6252.16
Hex51B99D380F1Ba42b34
Octal12127123570017332445364
Binary10100011011100110011101111000011111101110100100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,185,157); }

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

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

 a { background-color: rgb(81,185,157); }

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

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

 span { border-color: rgb(81,185,157); }

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