#51BBA8

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

Shades of Puerto Rico #51BBA8

Tints of Puerto Rico #51BBA8

Color information

#51BBA8 (or 0x51BBA8) is unknown color: approx Puerto Rico. HEX triplet: 51, BB and A8. RGB value is (81,187,168). Sum of RGB (Red+Green+Blue) = 81+187+168=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #51BBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BBA8 is #AE4457. Grayscale: #999999. Windows color (decimal): -11420760 or 11058001. OLE color: 11058001.

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

Color convert

RGB81187168-
CMYK0.5700.100.27
HSL169.25º43.8%52.55%-
HSV(B)169.25º56.68%73.33%-
XYZ28.2340.1243.3-
YUV153.14136.3876.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.58%
GREEN value IS 187 (73.44% from 255) = 42.89%
BLUE value IS 168 (66.02% from 255) = 38.53%
R=18.58%
G=42.89%
B=38.53%

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
Decimal811871680.5700.100.27169.2543.852.55
Hex51BBA8390A1Ba92c35
Octal12127325071012332515465
Binary10100011011101110101000111001010101101110101001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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