#51BE98

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

Shades of Puerto Rico #51BE98

Tints of Puerto Rico #51BE98

Color information

#51BE98 (or 0x51BE98) is unknown color: approx Puerto Rico. HEX triplet: 51, BE and 98. RGB value is (81,190,152). Sum of RGB (Red+Green+Blue) = 81+190+152=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #51BE98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BE98 is #AE4167. Grayscale: #999999. Windows color (decimal): -11420008 or 10010193. OLE color: 10010193.

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

Color convert

RGB81190152-
CMYK0.5700.20.25
HSL159.08º45.61%53.14%-
HSV(B)159.08º57.37%74.51%-
XYZ27.4740.8436.14-
YUV153.08127.3976.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.15%
GREEN value IS 190 (74.61% from 255) = 44.92%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=19.15%
G=44.92%
B=35.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811901520.5700.20.25159.0845.6153.14
Hex51BE9839014199f2e35
Octal12127623071024312375665
Binary101000110111110100110001110010101001100110011111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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