#51B29D

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

Shades of Puerto Rico #51B29D

Tints of Puerto Rico #51B29D

Color information

#51B29D (or 0x51B29D) is unknown color: approx Puerto Rico. HEX triplet: 51, B2 and 9D. RGB value is (81,178,157). Sum of RGB (Red+Green+Blue) = 81+178+157=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #51B29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B29D is #AE4D62. Grayscale: #929292. Windows color (decimal): -11423075 or 10334801. OLE color: 10334801.

HSL color Cylindrical-coordinate representation of color #51B29D: hue angle of 167.01º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B29D is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB81178157-
CMYK0.5400.120.30
HSL167.01º38.65%50.78%-
HSV(B)167.01º54.49%69.8%-
XYZ25.436.0237.51-
YUV146.6133.8681.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.47%
GREEN value IS 178 (69.92% from 255) = 42.79%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=19.47%
G=42.79%
B=37.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal811781570.5400.120.30167.0138.6550.78
Hex51B29D360C1Ea72733
Octal12126223566014362474763
Binary10100011011001010011101110110011001111010100111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,178,157); }

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

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

 a { background-color: rgb(81,178,157); }

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

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

 span { border-color: rgb(81,178,157); }

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