#51BEA8

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

Shades of Puerto Rico #51BEA8

Tints of Puerto Rico #51BEA8

Color information

#51BEA8 (or 0x51BEA8) is unknown color: approx Puerto Rico. HEX triplet: 51, BE and A8. RGB value is (81,190,168). Sum of RGB (Red+Green+Blue) = 81+190+168=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #51BEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BEA8 is #AE4157. Grayscale: #9A9A9A. Windows color (decimal): -11419992 or 11058769. OLE color: 11058769.

HSL color Cylindrical-coordinate representation of color #51BEA8: hue angle of 167.89º 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 #51BEA8 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB81190168-
CMYK0.5700.120.25
HSL167.89º45.61%53.14%-
HSV(B)167.89º57.37%74.51%-
XYZ28.8741.443.52-
YUV154.9135.3975.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.45%
GREEN value IS 190 (74.61% from 255) = 43.28%
BLUE value IS 168 (66.02% from 255) = 38.27%
R=18.45%
G=43.28%
B=38.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811901680.5700.120.25167.8945.6153.14
Hex51BEA8390C19a82e35
Octal12127625071014312505665
Binary10100011011111010101000111001011001100110101000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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