#51BE9C

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

Shades of Puerto Rico #51BE9C

Tints of Puerto Rico #51BE9C

Color information

#51BE9C (or 0x51BE9C) is unknown color: approx Puerto Rico. HEX triplet: 51, BE and 9C. RGB value is (81,190,156). Sum of RGB (Red+Green+Blue) = 81+190+156=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #51BE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BE9C is #AE4163. Grayscale: #999999. Windows color (decimal): -11420004 or 10272337. OLE color: 10272337.

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

Color convert

RGB81190156-
CMYK0.5700.180.25
HSL161.28º45.61%53.14%-
HSV(B)161.28º57.37%74.51%-
XYZ27.8140.9837.9-
YUV153.53129.3976.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.97%
GREEN value IS 190 (74.61% from 255) = 44.50%
BLUE value IS 156 (61.33% from 255) = 36.53%
R=18.97%
G=44.50%
B=36.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811901560.5700.180.25161.2845.6153.14
Hex51BE9C3901219a12e35
Octal12127623471022312415665
Binary101000110111110100111001110010100101100110100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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