#51C6A1

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

Shades of Puerto Rico #51C6A1

Tints of Puerto Rico #51C6A1

Color information

#51C6A1 (or 0x51C6A1) is unknown color: approx Puerto Rico. HEX triplet: 51, C6 and A1. RGB value is (81,198,161). Sum of RGB (Red+Green+Blue) = 81+198+161=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #51C6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C6A1 is #AE395E. Grayscale: #9E9E9E. Windows color (decimal): -11417951 or 10602065. OLE color: 10602065.

HSL color Cylindrical-coordinate representation of color #51C6A1: hue angle of 161.03º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51C6A1 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB81198161-
CMYK0.5900.190.22
HSL161.03º50.65%54.71%-
HSV(B)161.03º59.09%77.65%-
XYZ30.0244.7140.77-
YUV158.8129.2472.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.41%
GREEN value IS 198 (77.73% from 255) = 45%
BLUE value IS 161 (63.28% from 255) = 36.59%
R=18.41%
G=45%
B=36.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal811981610.5900.190.22161.0350.6554.71
Hex51C6A13B01316a13337
Octal12130624173023262416367
Binary101000111000110101000011110110100111011010100001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,198,161); }

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

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

 a { background-color: rgb(81,198,161); }

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

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

 span { border-color: rgb(81,198,161); }

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