#51C2A4

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

Shades of Puerto Rico #51C2A4

Tints of Puerto Rico #51C2A4

Color information

#51C2A4 (or 0x51C2A4) is unknown color: approx Puerto Rico. HEX triplet: 51, C2 and A4. RGB value is (81,194,164). Sum of RGB (Red+Green+Blue) = 81+194+164=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 194 - color contains mainly: green. Hex color #51C2A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C2A4 is #AE3D5B. Grayscale: #9C9C9C. Windows color (decimal): -11418972 or 10797649. OLE color: 10797649.

HSL color Cylindrical-coordinate representation of color #51C2A4: hue angle of 164.07º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C2A4 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB81194164-
CMYK0.5800.150.24
HSL164.07º48.09%53.92%-
HSV(B)164.07º58.25%76.08%-
XYZ29.3943.0141.88-
YUV156.79132.0673.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.45%
GREEN value IS 194 (76.17% from 255) = 44.19%
BLUE value IS 164 (64.45% from 255) = 37.36%
R=18.45%
G=44.19%
B=37.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811941640.5800.150.24164.0748.0953.92
Hex51C2A43A0F18a43036
Octal12130224472017302446066
Binary10100011100001010100100111010011111100010100100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,194,164); }

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

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

 a { background-color: rgb(81,194,164); }

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

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

 span { border-color: rgb(81,194,164); }

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