#51BBA9

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

Shades of Puerto Rico #51BBA9

Tints of Puerto Rico #51BBA9

Color information

#51BBA9 (or 0x51BBA9) is unknown color: approx Puerto Rico. HEX triplet: 51, BB and A9. RGB value is (81,187,169). Sum of RGB (Red+Green+Blue) = 81+187+169=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #51BBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BBA9 is #AE4456. Grayscale: #999999. Windows color (decimal): -11420759 or 11123537. OLE color: 11123537.

HSL color Cylindrical-coordinate representation of color #51BBA9: hue angle of 169.81º 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 #51BBA9 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB81187169-
CMYK0.5700.100.27
HSL169.81º43.8%52.55%-
HSV(B)169.81º56.68%73.33%-
XYZ28.3340.1543.79-
YUV153.25136.8876.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.54%
GREEN value IS 187 (73.44% from 255) = 42.79%
BLUE value IS 169 (66.41% from 255) = 38.67%
R=18.54%
G=42.79%
B=38.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811871690.5700.100.27169.8143.852.55
Hex51BBA9390A1Baa2c35
Octal12127325171012332525465
Binary10100011011101110101001111001010101101110101010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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