#51BEAB

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

Shades of Puerto Rico #51BEAB

Tints of Puerto Rico #51BEAB

Color information

#51BEAB (or 0x51BEAB) is unknown color: approx Puerto Rico. HEX triplet: 51, BE and AB. RGB value is (81,190,171). Sum of RGB (Red+Green+Blue) = 81+190+171=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #51BEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BEAB is #AE4154. Grayscale: #9B9B9B. Windows color (decimal): -11419989 or 11255377. OLE color: 11255377.

HSL color Cylindrical-coordinate representation of color #51BEAB: hue angle of 169.54º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BEAB is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB81190171-
CMYK0.5700.100.25
HSL169.54º45.61%53.14%-
HSV(B)169.54º57.37%74.51%-
XYZ29.1641.5245-
YUV155.24136.8975.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.33%
GREEN value IS 190 (74.61% from 255) = 42.99%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=18.33%
G=42.99%
B=38.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811901710.5700.100.25169.5445.6153.14
Hex51BEAB390A19aa2e35
Octal12127625371012312525665
Binary10100011011111010101011111001010101100110101010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,190,171); }

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

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

 a { background-color: rgb(81,190,171); }

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

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

 span { border-color: rgb(81,190,171); }

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