#51AD9D

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

Shades of Puerto Rico #51AD9D

Tints of Puerto Rico #51AD9D

Color information

#51AD9D (or 0x51AD9D) is unknown color: approx Puerto Rico. HEX triplet: 51, AD and 9D. RGB value is (81,173,157). Sum of RGB (Red+Green+Blue) = 81+173+157=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AD9D is #AE5262. Grayscale: #8F8F8F. Windows color (decimal): -11424355 or 10333521. OLE color: 10333521.

HSL color Cylindrical-coordinate representation of color #51AD9D: hue angle of 169.57º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AD9D is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB81173157-
CMYK0.5300.090.32
HSL169.57º36.22%49.8%-
HSV(B)169.57º53.18%67.84%-
XYZ24.4234.0737.19-
YUV143.67135.5283.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.71%
GREEN value IS 173 (67.97% from 255) = 42.09%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=19.71%
G=42.09%
B=38.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811731570.5300.090.32169.5736.2249.8
Hex51AD9D350920aa2432
Octal12125523565011402524462
Binary101000110101101100111011101010100110000010101010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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