#51BA9D

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

Shades of Puerto Rico #51BA9D

Tints of Puerto Rico #51BA9D

Color information

#51BA9D (or 0x51BA9D) is unknown color: approx Puerto Rico. HEX triplet: 51, BA and 9D. RGB value is (81,186,157). Sum of RGB (Red+Green+Blue) = 81+186+157=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BA9D is #AE4562. Grayscale: #979797. Windows color (decimal): -11421027 or 10336849. OLE color: 10336849.

HSL color Cylindrical-coordinate representation of color #51BA9D: hue angle of 163.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51BA9D is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB81186157-
CMYK0.5600.160.27
HSL163.43º43.21%52.35%-
HSV(B)163.43º56.45%72.94%-
XYZ27.0439.338.06-
YUV151.3131.2177.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.10%
GREEN value IS 186 (73.05% from 255) = 43.87%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=19.10%
G=43.87%
B=37.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811861570.5600.160.27163.4343.2152.35
Hex51BA9D380101Ba32b34
Octal12127223570020332435364
Binary101000110111010100111011110000100001101110100011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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