#51C8A1

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

Shades of Puerto Rico #51C8A1

Tints of Puerto Rico #51C8A1

Color information

#51C8A1 (or 0x51C8A1) is unknown color: approx Puerto Rico. HEX triplet: 51, C8 and A1. RGB value is (81,200,161). Sum of RGB (Red+Green+Blue) = 81+200+161=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #51C8A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C8A1 is #AE375E. Grayscale: #A0A0A0. Windows color (decimal): -11417439 or 10602577. OLE color: 10602577.

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

Color convert

RGB81200161-
CMYK0.5900.190.22
HSL160.34º51.97%55.1%-
HSV(B)160.34º59.5%78.43%-
XYZ30.4845.6340.92-
YUV159.97128.5871.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.33%
GREEN value IS 200 (78.52% from 255) = 45.25%
BLUE value IS 161 (63.28% from 255) = 36.43%
R=18.33%
G=45.25%
B=36.43%

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
Decimal812001610.5900.190.22160.3451.9755.1
Hex51C8A13B01316a03437
Octal12131024173023262406467
Binary101000111001000101000011110110100111011010100000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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