#51ADA5

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

Shades of Puerto Rico #51ADA5

Tints of Puerto Rico #51ADA5

Color information

#51ADA5 (or 0x51ADA5) is unknown color: approx Puerto Rico. HEX triplet: 51, AD and A5. RGB value is (81,173,165). Sum of RGB (Red+Green+Blue) = 81+173+165=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #51ADA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51ADA5 is #AE525A. Grayscale: #909090. Windows color (decimal): -11424347 or 10857809. OLE color: 10857809.

HSL color Cylindrical-coordinate representation of color #51ADA5: hue angle of 174.78º 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 #51ADA5 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB81173165-
CMYK0.5300.050.32
HSL174.78º36.22%49.8%-
HSV(B)174.78º53.18%67.84%-
XYZ25.1334.3540.9-
YUV144.58139.5282.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.33%
GREEN value IS 173 (67.97% from 255) = 41.29%
BLUE value IS 165 (64.84% from 255) = 39.38%
R=19.33%
G=41.29%
B=39.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811731650.5300.050.32174.7836.2249.8
Hex51ADA5350520af2432
Octal1212552456505402574462
Binary10100011010110110100101110101010110000010101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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