#51BB99

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

Shades of Puerto Rico #51BB99

Tints of Puerto Rico #51BB99

Color information

#51BB99 (or 0x51BB99) is unknown color: approx Puerto Rico. HEX triplet: 51, BB and 99. RGB value is (81,187,153). Sum of RGB (Red+Green+Blue) = 81+187+153=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 187 - color contains mainly: green. Hex color #51BB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BB99 is #AE4466. Grayscale: #979797. Windows color (decimal): -11420775 or 10074961. OLE color: 10074961.

HSL color Cylindrical-coordinate representation of color #51BB99: hue angle of 160.75º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BB99 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB81187153-
CMYK0.5700.180.27
HSL160.75º43.8%52.55%-
HSV(B)160.75º56.68%73.33%-
XYZ26.9139.5936.36-
YUV151.43128.8877.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.24%
GREEN value IS 187 (73.44% from 255) = 44.42%
BLUE value IS 153 (60.16% from 255) = 36.34%
R=19.24%
G=44.42%
B=36.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811871530.5700.180.27160.7543.852.55
Hex51BB99390121Ba12c35
Octal12127323171022332415465
Binary101000110111011100110011110010100101101110100001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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