#51AF9C

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

Shades of Puerto Rico #51AF9C

Tints of Puerto Rico #51AF9C

Color information

#51AF9C (or 0x51AF9C) is unknown color: approx Puerto Rico. HEX triplet: 51, AF and 9C. RGB value is (81,175,156). Sum of RGB (Red+Green+Blue) = 81+175+156=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AF9C is #AE5063. Grayscale: #909090. Windows color (decimal): -11423844 or 10268497. OLE color: 10268497.

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

Color convert

RGB81175156-
CMYK0.5400.110.31
HSL167.87º37.01%50.2%-
HSV(B)167.87º53.71%68.63%-
XYZ24.7234.8136.87-
YUV144.73134.3682.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.66%
GREEN value IS 175 (68.75% from 255) = 42.48%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=19.66%
G=42.48%
B=37.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811751560.5400.110.31167.8737.0150.2
Hex51AF9C360B1Fa82532
Octal12125723466013372504562
Binary10100011010111110011100110110010111111110101000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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