#51B1AD

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

Shades of Puerto Rico #51B1AD

Tints of Puerto Rico #51B1AD

Color information

#51B1AD (or 0x51B1AD) is unknown color: approx Puerto Rico. HEX triplet: 51, B1 and AD. RGB value is (81,177,173). Sum of RGB (Red+Green+Blue) = 81+177+173=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #51B1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B1AD is #AE4E52. Grayscale: #939393. Windows color (decimal): -11423315 or 11383121. OLE color: 11383121.

HSL color Cylindrical-coordinate representation of color #51B1AD: hue angle of 177.5º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B1AD is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB81177173-
CMYK0.5400.020.31
HSL177.5º38.1%50.59%-
HSV(B)177.5º54.24%69.41%-
XYZ26.6636.2145.12-
YUV147.84142.280.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.79%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=18.79%
G=41.07%
B=40.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811771730.5400.020.31177.538.150.59
Hex51B1AD36021Fb22633
Octal1212612556602372624663
Binary101000110110001101011011101100101111110110010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,177,173); }

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

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

 a { background-color: rgb(81,177,173); }

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

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

 span { border-color: rgb(81,177,173); }

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