#51C6AD

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

Shades of Puerto Rico #51C6AD

Tints of Puerto Rico #51C6AD

Color information

#51C6AD (or 0x51C6AD) is unknown color: approx Puerto Rico. HEX triplet: 51, C6 and AD. RGB value is (81,198,173). Sum of RGB (Red+Green+Blue) = 81+198+173=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #51C6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C6AD is #AE3952. Grayscale: #A0A0A0. Windows color (decimal): -11417939 or 11388497. OLE color: 11388497.

HSL color Cylindrical-coordinate representation of color #51C6AD: hue angle of 167.18º 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 #51C6AD is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB81198173-
CMYK0.5900.130.22
HSL167.18º50.65%54.71%-
HSV(B)167.18º59.09%77.65%-
XYZ31.1345.1546.61-
YUV160.17135.2471.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.92%
GREEN value IS 198 (77.73% from 255) = 43.81%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=17.92%
G=43.81%
B=38.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal811981730.5900.130.22167.1850.6554.71
Hex51C6AD3B0D16a73337
Octal12130625573015262476367
Binary10100011100011010101101111011011011011010100111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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