#51C8A5

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

Shades of Puerto Rico #51C8A5

Tints of Puerto Rico #51C8A5

Color information

#51C8A5 (or 0x51C8A5) is unknown color: approx Puerto Rico. HEX triplet: 51, C8 and A5. RGB value is (81,200,165). Sum of RGB (Red+Green+Blue) = 81+200+165=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #51C8A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C8A5 is #AE375A. Grayscale: #A0A0A0. Windows color (decimal): -11417435 or 10864721. OLE color: 10864721.

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

Color convert

RGB81200165-
CMYK0.5900.180.22
HSL162.35º51.97%55.1%-
HSV(B)162.35º59.5%78.43%-
XYZ30.8445.7742.81-
YUV160.43130.5871.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.16%
GREEN value IS 200 (78.52% from 255) = 44.84%
BLUE value IS 165 (64.84% from 255) = 37.00%
R=18.16%
G=44.84%
B=37.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal812001650.5900.180.22162.3551.9755.1
Hex51C8A53B01216a23437
Octal12131024573022262426467
Binary101000111001000101001011110110100101011010100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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