#51AFA0

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

Shades of Puerto Rico #51AFA0

Tints of Puerto Rico #51AFA0

Color information

#51AFA0 (or 0x51AFA0) is unknown color: approx Puerto Rico. HEX triplet: 51, AF and A0. RGB value is (81,175,160). Sum of RGB (Red+Green+Blue) = 81+175+160=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #51AFA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AFA0 is #AE505F. Grayscale: #919191. Windows color (decimal): -11423840 or 10530641. OLE color: 10530641.

HSL color Cylindrical-coordinate representation of color #51AFA0: hue angle of 170.43º 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 #51AFA0 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB81175160-
CMYK0.5400.090.31
HSL170.43º37.01%50.2%-
HSV(B)170.43º53.71%68.63%-
XYZ25.0734.9538.68-
YUV145.18136.3682.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.47%
GREEN value IS 175 (68.75% from 255) = 42.07%
BLUE value IS 160 (62.89% from 255) = 38.46%
R=19.47%
G=42.07%
B=38.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811751600.5400.090.31170.4337.0150.2
Hex51AFA036091Faa2532
Octal12125724066011372524562
Binary10100011010111110100000110110010011111110101010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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