#51BAA6

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

Shades of Puerto Rico #51BAA6

Tints of Puerto Rico #51BAA6

Color information

#51BAA6 (or 0x51BAA6) is unknown color: approx Puerto Rico. HEX triplet: 51, BA and A6. RGB value is (81,186,166). Sum of RGB (Red+Green+Blue) = 81+186+166=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #51BAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BAA6 is #AE4559. Grayscale: #989898. Windows color (decimal): -11421018 or 10926673. OLE color: 10926673.

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

Color convert

RGB81186166-
CMYK0.5600.110.27
HSL168.57º43.21%52.35%-
HSV(B)168.57º56.45%72.94%-
XYZ27.8439.6242.26-
YUV152.32135.7177.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.71%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 166 (65.23% from 255) = 38.34%
R=18.71%
G=42.96%
B=38.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811861660.5600.110.27168.5743.2152.35
Hex51BAA6380B1Ba92b34
Octal12127224670013332515364
Binary10100011011101010100110111000010111101110101001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,186,166); }

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

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

 a { background-color: rgb(81,186,166); }

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

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

 span { border-color: rgb(81,186,166); }

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