#51AFA2

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

Shades of Puerto Rico #51AFA2

Tints of Puerto Rico #51AFA2

Color information

#51AFA2 (or 0x51AFA2) is unknown color: approx Puerto Rico. HEX triplet: 51, AF and A2. RGB value is (81,175,162). Sum of RGB (Red+Green+Blue) = 81+175+162=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #51AFA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AFA2 is #AE505D. Grayscale: #919191. Windows color (decimal): -11423838 or 10661713. OLE color: 10661713.

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

Color convert

RGB81175162-
CMYK0.5400.070.31
HSL171.7º37.01%50.2%-
HSV(B)171.7º53.71%68.63%-
XYZ25.2435.0239.61-
YUV145.41137.3682.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.38%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 162 (63.67% from 255) = 38.76%
R=19.38%
G=41.87%
B=38.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811751620.5400.070.31171.737.0150.2
Hex51AFA236071Fac2532
Octal1212572426607372544562
Binary1010001101011111010001011011001111111110101100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,175,162); }

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

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

 a { background-color: rgb(81,175,162); }

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

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

 span { border-color: rgb(81,175,162); }

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