#51B6A5

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

Shades of Puerto Rico #51B6A5

Tints of Puerto Rico #51B6A5

Color information

#51B6A5 (or 0x51B6A5) is unknown color: approx Puerto Rico. HEX triplet: 51, B6 and A5. RGB value is (81,182,165). Sum of RGB (Red+Green+Blue) = 81+182+165=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 182 - color contains mainly: green. Hex color #51B6A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B6A5 is #AE495A. Grayscale: #959595. Windows color (decimal): -11422043 or 10860113. OLE color: 10860113.

HSL color Cylindrical-coordinate representation of color #51B6A5: hue angle of 169.9º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B6A5 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB81182165-
CMYK0.5500.090.29
HSL169.9º40.89%51.57%-
HSV(B)169.9º55.49%71.37%-
XYZ26.9137.9241.5-
YUV149.86136.5478.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.93%
GREEN value IS 182 (71.48% from 255) = 42.52%
BLUE value IS 165 (64.84% from 255) = 38.55%
R=18.93%
G=42.52%
B=38.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811821650.5500.090.29169.940.8951.57
Hex51B6A537091Daa2934
Octal12126624567011352525164
Binary10100011011011010100101110111010011110110101010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,182,165); }

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

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

 a { background-color: rgb(81,182,165); }

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

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

 span { border-color: rgb(81,182,165); }

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